We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2add303 commit b389fdbCopy full SHA for b389fdb
crates/nostr/src/message/subscription.rs
@@ -7,8 +7,6 @@
7
#![allow(missing_docs)]
8
use core::fmt;
9
10
-#[cfg(all(feature = "alloc", not(feature = "std")))]
11
-use alloc::fmt;
12
#[cfg(all(feature = "alloc", not(feature = "std")))]
13
use alloc::string::{String, ToString};
14
0 commit comments