Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
minghuaw committed Oct 29, 2024
1 parent a489bcc commit 003cb26
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion fe2o3-amqp-management/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![deny(missing_docs, missing_debug_implementations)]

#![allow(clippy::result_large_err)] // TODO: refactor in 0.14.0

//! An experimental implementation of AMQP 1.0 management working draft with `fe2o3-amqp`
Expand Down
1 change: 0 additions & 1 deletion fe2o3-amqp/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![cfg_attr(docsrs, feature(doc_cfg))]
#![deny(missing_docs, missing_debug_implementations)]
#![warn(clippy::unused_async)]

#![allow(clippy::result_large_err)] // TODO: refactor in 0.14.0

//! A rust implementation of AMQP 1.0 protocol based on serde and tokio.
Expand Down

0 comments on commit 003cb26

Please sign in to comment.