diff --git a/src/lib.rs b/src/lib.rs index 24983fe..8eb6e69 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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, )]