diff options
Diffstat (limited to 'vendor/gix-validate/src')
-rw-r--r-- | vendor/gix-validate/src/reference.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gix-validate/src/reference.rs b/vendor/gix-validate/src/reference.rs index eb1f25a81..0f32d0038 100644 --- a/vendor/gix-validate/src/reference.rs +++ b/vendor/gix-validate/src/reference.rs @@ -2,7 +2,7 @@ pub mod name { use std::convert::Infallible; - /// The error used in [name()][super::name()] and [name_partial()][super::name_partial()] + /// The error used in [name()][super::name()] and [`name_partial()`][super::name_partial()] #[derive(Debug, thiserror::Error)] #[allow(missing_docs)] pub enum Error { |