mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-02 00:00:11 +02:00
chore: bump clippy version (#5173)
This commit is contained in:
@@ -275,7 +275,7 @@ impl<T> SlabStorage<T> {
|
||||
fn remap_key(&self, key: &Key) -> Option<KeyInternal> {
|
||||
let key_map = &self.key_map;
|
||||
if self.compact_called {
|
||||
key_map.get(&*key).copied()
|
||||
key_map.get(key).copied()
|
||||
} else {
|
||||
Some((*key).into())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user