refactor: Updated the 2018 idiom lint to the 2021_compatibility lint
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ where
|
||||
fn warning(self) -> T;
|
||||
}
|
||||
|
||||
impl<'a, T, U> ManagarrStyle<'a, T> for U
|
||||
impl<T, U> ManagarrStyle<'_, T> for U
|
||||
where
|
||||
U: Styled<Item = T>,
|
||||
T: Default,
|
||||
|
||||
Reference in New Issue
Block a user