Skip to content

Commit a49d0a4

Browse files
newAMeldruin
authored andcommitted
fnv: inline default
All other small functions in this file are inlined.
1 parent 037abd5 commit a49d0a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fnv.rs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ pub struct FnvHasher {
1313
}
1414

1515
impl Default for FnvHasher {
16+
#[inline]
1617
fn default() -> Self {
1718
Self { state: BASIS }
1819
}

0 commit comments

Comments
 (0)