From 0f917c4aac56f4d58a32db0b1c861a8c2c5a8079 Mon Sep 17 00:00:00 2001 From: constantoine Date: Mon, 10 Oct 2022 11:15:57 +0200 Subject: [PATCH] Fix warning Signed-off-by: constantoine --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 9e4316b..329002d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1064,8 +1064,6 @@ mod tests { #[test] #[cfg(feature = "qr")] fn generates_qr_ok() { - use sha2::{Digest, Sha512}; - let totp = TOTP::new( Algorithm::SHA1, 6,