Skip to content

Commit 696ee27

Browse files
committed
add inlint
1 parent 5145bb8 commit 696ee27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gost94/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ impl<P: Gost94Params> FixedOutput for Gost94<P> {
8888
}
8989

9090
impl<P: Gost94Params> FixedOutputReset for Gost94<P> {
91+
#[inline]
9192
fn finalize_into_reset(&mut self, out: &mut Output<Self>) {
9293
FixedOutputReset::finalize_into_reset(&mut self.0, out);
9394
}

0 commit comments

Comments
 (0)