Skip to content

Commit 21e9337

Browse files
committed
Remove redundant explicit link target
1 parent f24ec16 commit 21e9337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-path/src/relative_path.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ impl RelativePath {
3434
}
3535
}
3636

37-
/// The error used in [`RelativePath`](RelativePath).
37+
/// The error used in [`RelativePath`].
3838
#[derive(Debug, thiserror::Error)]
3939
#[allow(missing_docs)]
4040
pub enum Error {

0 commit comments

Comments
 (0)