Skip to content

Commit

Permalink
nostr/message/subscription: remove duplicate fmt import
Browse files Browse the repository at this point in the history
  • Loading branch information
OverOrion committed May 12, 2023
1 parent 2add303 commit b389fdb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/nostr/src/message/subscription.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
#![allow(missing_docs)]
use core::fmt;

#[cfg(all(feature = "alloc", not(feature = "std")))]
use alloc::fmt;
#[cfg(all(feature = "alloc", not(feature = "std")))]
use alloc::string::{String, ToString};
#[cfg(all(feature = "alloc", not(feature = "std")))]
Expand Down

0 comments on commit b389fdb

Please sign in to comment.