Skip to content

Commit b389fdb

Browse files
committed
nostr/message/subscription: remove duplicate fmt import
1 parent 2add303 commit b389fdb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/nostr/src/message/subscription.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
#![allow(missing_docs)]
88
use core::fmt;
99

10-
#[cfg(all(feature = "alloc", not(feature = "std")))]
11-
use alloc::fmt;
1210
#[cfg(all(feature = "alloc", not(feature = "std")))]
1311
use alloc::string::{String, ToString};
1412
#[cfg(all(feature = "alloc", not(feature = "std")))]

0 commit comments

Comments
 (0)