We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037abd5 commit a49d0a4Copy full SHA for a49d0a4
src/fnv.rs
@@ -13,6 +13,7 @@ pub struct FnvHasher {
13
}
14
15
impl Default for FnvHasher {
16
+ #[inline]
17
fn default() -> Self {
18
Self { state: BASIS }
19
0 commit comments