From 1826aaee72da5e539c35aa6d9fbc036c30c94d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Tue, 7 Nov 2023 12:06:53 +0100 Subject: [PATCH] Fix documentation warning --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )]