diff options
Diffstat (limited to '')
-rw-r--r-- | vendor/gix-commitgraph/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gix-commitgraph/src/lib.rs b/vendor/gix-commitgraph/src/lib.rs index a247ccd87..d7fb23d38 100644 --- a/vendor/gix-commitgraph/src/lib.rs +++ b/vendor/gix-commitgraph/src/lib.rs @@ -20,7 +20,7 @@ use std::path::Path; /// A single commit-graph file. /// /// All operations on a `File` are local to that graph file. Since a commit graph can span multiple -/// files, all interesting graph operations belong on [`Graph`][crate::Graph]. +/// files, all interesting graph operations belong on [`Graph`]. pub struct File { base_graph_count: u8, base_graphs_list_offset: Option<usize>, |