Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
manushT committed Jan 15, 2025
1 parent 36bce77 commit a9bd8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defmt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ pub use defmt_macros::timestamp;
/// ```
pub use defmt_macros::bitflags;

/// Generates a bitflagsv2 structure that can be formatted with defmt. Users of the defmt crate can
/// Generates a bitflagsv2 structure that can be formatted with defmt. Users of the defmt crate can
/// enable the bitflagsv2 feature by adding defmt = { features = ["bitflagsv2"] } to their Cargo.toml.
///
/// This macro is a wrapper around the [`bitflags!`] version 2 crate, and provides an (almost) identical
Expand Down

0 comments on commit a9bd8a4

Please sign in to comment.