chore: Remove unnecessary imports

This commit is contained in:
Karolin Varner
2024-08-03 13:45:04 +02:00
parent e70c5b33a8
commit 6bbe85a57b
8 changed files with 1 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
use rosenpass_secret_memory::{Public, Secret};
use std::{fmt::Debug, result::Result};
use std::fmt::Debug;
pub const WG_KEY_LEN: usize = 32;
pub const WG_PEER_LEN: usize = 32;