Skip to content

Commit

Permalink
chore(noise): remove unused attribute
Browse files Browse the repository at this point in the history
Pull-Request: #4740.
  • Loading branch information
thomaseizinger authored Oct 26, 2023
1 parent fb48fbb commit 29d405d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion transports/noise/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
//! [noise]: http://noiseprotocol.org/
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
#![allow(deprecated)] // Temporarily until we remove deprecated items.

mod io;
mod protocol;
Expand Down

0 comments on commit 29d405d

Please sign in to comment.