clippy
This commit is contained in:
parent
31f80c0d6f
commit
f3742ce674
@ -37,7 +37,7 @@ impl<T> PosMap<T> {
|
||||
panic!("index is out of range");
|
||||
}
|
||||
|
||||
unsafe { &self.0.get_unchecked(index) }
|
||||
unsafe { self.0.get_unchecked(index) }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user