diff options
Diffstat (limited to 'ext/crypto/lib.rs')
-rw-r--r-- | ext/crypto/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/crypto/lib.rs b/ext/crypto/lib.rs index 9d6017f39..6f456c9ee 100644 --- a/ext/crypto/lib.rs +++ b/ext/crypto/lib.rs @@ -111,7 +111,6 @@ pub fn init(maybe_seed: Option<u64>) -> Extension { if let Some(seed) = maybe_seed { state.put(StdRng::seed_from_u64(seed)); } - Ok(()) }) .build() } |