Skip to content

Commit

Permalink
Fix clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
tyilo committed Jan 25, 2024
1 parent a747e6c commit 683b675
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion amqprs/src/api/channel/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -482,4 +482,3 @@ pub use basic::*;
pub use confim::*;
pub use exchange::*;
pub use queue::*;
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 683b675

Please sign in to comment.