Skip to content

Commit

Permalink
Remove needless #[marco_use]
Browse files Browse the repository at this point in the history
  • Loading branch information
LogvinovLeon committed Oct 26, 2024
1 parent bd45252 commit 5e06069
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fmt/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ macro_rules! fmt_impl {
};
}

#[macro_use]
mod debug;
#[macro_use]
mod hex;

/// `BytesRef` is not a part of public API of bytes crate.
Expand Down

0 comments on commit 5e06069

Please sign in to comment.