refactor: Updated the 2018 idiom lint to the 2021_compatibility lint
This commit is contained in:
+1
-1
@@ -363,7 +363,7 @@ where
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
impl<'a, T> BlockSelectionState<'a, T>
|
||||
impl<T> BlockSelectionState<'_, T>
|
||||
where
|
||||
T: Sized + Clone + Copy + Default,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user