Skip to content

Commit

Permalink
Fix clippy 0.1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Jun 16, 2023
1 parent 5430611 commit ec4c913
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/nostr-sdk/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

//! Prelude

#![allow(unknown_lints)]
#![allow(ambiguous_glob_reexports)]

// External crates
pub use nostr::prelude::*;

Expand Down
3 changes: 3 additions & 0 deletions crates/nostr/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

//! Prelude

#![allow(unknown_lints)]
#![allow(ambiguous_glob_reexports)]

// External crates
pub use ::url::*;
#[cfg(feature = "nip19")]
Expand Down

0 comments on commit ec4c913

Please sign in to comment.