summaryrefslogtreecommitdiffstats
path: root/vendor/gix/src/config/overrides.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix/src/config/overrides.rs')
-rw-r--r--vendor/gix/src/config/overrides.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gix/src/config/overrides.rs b/vendor/gix/src/config/overrides.rs
index f43e8471b..4bdf4a13f 100644
--- a/vendor/gix/src/config/overrides.rs
+++ b/vendor/gix/src/config/overrides.rs
@@ -2,7 +2,7 @@ use std::convert::TryFrom;
use crate::bstr::{BStr, BString, ByteSlice};
-/// The error returned by [SnapshotMut::apply_cli_overrides()][crate::config::SnapshotMut::append_config()].
+/// The error returned by [`SnapshotMut::apply_cli_overrides()`][crate::config::SnapshotMut::append_config()].
#[derive(Debug, thiserror::Error)]
#[allow(missing_docs)]
pub enum Error {