Skip to content

Commit

Permalink
Better formatting for a doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Feb 1, 2024
1 parent 47f82a7 commit 2a73535
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ use ron::ser::PrettyConfig;
/// Each variant is only present if the corresponding Cargo feature of
/// `cfgfifo` was enabled at compile time.
///
/// A Format can be [displayed][std::fmt::Display] as a string containing its
/// name in all-uppercase, and a Format can be [parsed][std::str::FromStr] from
/// its name in any case.
/// A `Format` can be [displayed][std::fmt::Display] as a string containing its
/// name in all-uppercase, and a `Format` can be [parsed][std::str::FromStr]
/// from its name in any case.
#[derive(
Clone, Copy, Debug, Display, EnumIter, EnumString, Eq, Hash, Ord, PartialEq, PartialOrd,
)]
Expand Down

0 comments on commit 2a73535

Please sign in to comment.