From ae74b606b4265a73d21ff8119a99fef2f61cf0ff Mon Sep 17 00:00:00 2001 From: Folkert de Vries Date: Thu, 30 Nov 2023 16:58:12 +0100 Subject: [PATCH] clippy --- ntp-proto/src/nts_record.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ntp-proto/src/nts_record.rs b/ntp-proto/src/nts_record.rs index 6d0e567eb..6d2410942 100644 --- a/ntp-proto/src/nts_record.rs +++ b/ntp-proto/src/nts_record.rs @@ -4,10 +4,6 @@ use std::{ sync::Arc, }; -use aead::KeySizeUser; -use aes_siv::{Aes128SivAead, Aes256SivAead}; -use tracing::debug; - use crate::{ cookiestash::CookieStash, keyset::{DecodedServerCookie, KeySet},