Skip to content

Commit

Permalink
Fix documentation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Nov 7, 2023
1 parent 4514740 commit 1826aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const BACKEND_DIR: &str = "backend-auth";
)]
pub struct PinId(u8);

/// Error obtained when trying to parse a [`PinId`][] either through [`PinId::from_path`][] or through the [`FromStr`](core::str::FromStr) implementation.
/// Error obtained when trying to parse a [`PinId`][] either through [`PinId::from_path`][] or through the [`FromStr`][] implementation.
#[derive(
Clone, Copy, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd, Deserialize, Serialize,
)]
Expand Down

0 comments on commit 1826aae

Please sign in to comment.