From ef24de24a82fe681581cc130f342363c47c0969a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 7 Jun 2024 07:48:48 +0200 Subject: Merging upstream version 1.75.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/gix-commitgraph/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/gix-commitgraph/src/lib.rs') 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, -- cgit v1.2.3