mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-24 09:38:32 +02:00
refactor(clippy): apply rust 1.83.0 lints
This commit is contained in:
@@ -44,7 +44,7 @@ impl<'a, T: Clone> ComIn<'a, T> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'a, T> Deref for ComIn<'a, T> {
|
impl<T> Deref for ComIn<'_, T> {
|
||||||
type Target = T;
|
type Target = T;
|
||||||
fn deref(&self) -> &Self::Target {
|
fn deref(&self) -> &Self::Target {
|
||||||
&self.data
|
&self.data
|
||||||
|
|||||||
Reference in New Issue
Block a user