Skip to content

Commit 1a582db

Browse files
committed
Remove redundant import
Clippy emits: warning: this import is redundant This is a remnant of edition 2015, now we have edition 2018 we no longer need this import statement.
1 parent aba2663 commit 1a582db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/context.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ mod alloc_only {
114114
use crate::ffi::{self, types::{c_uint, c_void}};
115115
use crate::{Secp256k1, Signing, Verification, Context, AlignedType};
116116

117-
#[cfg(feature = "rand-std")]
118-
use rand;
119-
120117
impl private::Sealed for SignOnly {}
121118
impl private::Sealed for All {}
122119
impl private::Sealed for VerifyOnly {}

0 commit comments

Comments
 (0)