Skip to content

Commit 6c2c83f

Browse files
author
Henrik Snöman
committed
Fixed missing field
1 parent 4f55105 commit 6c2c83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rng.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ impl RngNist for RNG {
115115

116116
Rng {
117117
rb: self,
118-
mode: NIST,
118+
_mode: NIST,
119119
}
120120
}
121121
}

0 commit comments

Comments
 (0)