Skip to content

Commit

Permalink
Fix clippy for rustc 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
gftea committed Jan 30, 2024
1 parent f7cb266 commit fe89aca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions amqprs/src/api/channel/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -482,4 +482,5 @@ pub use basic::*;
pub use confim::*;
pub use exchange::*;
pub use queue::*;
#[allow(unused_imports)] // clippy false positive
pub use tx::*;
1 change: 0 additions & 1 deletion amqprs/src/frame/method/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ mod exchange;
mod queue;
mod tx;

pub use access::*;
pub use basic::*;
pub use channel::*;
pub use confirm::*;
Expand Down

0 comments on commit fe89aca

Please sign in to comment.