all: address clippy lints
This commit is contained in:
parent
0fe59effe2
commit
ae991b9038
28 changed files with 84 additions and 70 deletions
|
|
@ -64,7 +64,7 @@ impl<K: Eq, V, const N: usize> SmallMap<K, V, N> {
|
|||
|
||||
pub fn clear(&self) {
|
||||
unsafe {
|
||||
let _v = self.m.get().deref_mut().clear();
|
||||
self.m.get().deref_mut().clear();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue