summaryrefslogtreecommitdiffstats
path: root/vendor/gix-worktree/src/cache/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix-worktree/src/cache/mod.rs')
-rw-r--r--vendor/gix-worktree/src/cache/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gix-worktree/src/cache/mod.rs b/vendor/gix-worktree/src/cache/mod.rs
index 7984b2c4c..b3ccc6bac 100644
--- a/vendor/gix-worktree/src/cache/mod.rs
+++ b/vendor/gix-worktree/src/cache/mod.rs
@@ -53,7 +53,7 @@ impl Cache {
/// `state` defines the capabilities of the cache.
/// The `case` configures attribute and exclusion case sensitivity at *query time*, which should match the case that
/// `state` might be configured with.
- /// `buf` is used when reading files, and `id_mappings` should have been created with [State::id_mappings_from_index()].
+ /// `buf` is used when reading files, and `id_mappings` should have been created with [`State::id_mappings_from_index()`].
pub fn new(
worktree_root: impl Into<PathBuf>,
state: State,