summaryrefslogtreecommitdiffstats
path: root/vendor/gix-chunk/src/file/decode.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix-chunk/src/file/decode.rs')
-rw-r--r--vendor/gix-chunk/src/file/decode.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gix-chunk/src/file/decode.rs b/vendor/gix-chunk/src/file/decode.rs
index 1543ac9be..22bdc169b 100644
--- a/vendor/gix-chunk/src/file/decode.rs
+++ b/vendor/gix-chunk/src/file/decode.rs
@@ -1,7 +1,7 @@
use std::{convert::TryInto, ops::Range};
mod error {
- /// The value returned by [crate::FileRef::from_bytes()
+ /// The value returned by [`crate::file::Index::from_bytes()`]
#[derive(Debug, thiserror::Error)]
#[allow(missing_docs)]
pub enum Error {