summaryrefslogtreecommitdiffstats
path: root/vendor/gix/src/id.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix/src/id.rs')
-rw-r--r--vendor/gix/src/id.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gix/src/id.rs b/vendor/gix/src/id.rs
index 72f424334..0d5c86752 100644
--- a/vendor/gix/src/id.rs
+++ b/vendor/gix/src/id.rs
@@ -81,7 +81,7 @@ impl<'repo> Id<'repo> {
Id { inner: id.into(), repo }
}
- /// Turn this instance into its bare [ObjectId].
+ /// Turn this instance into its bare [`ObjectId`].
pub fn detach(self) -> ObjectId {
self.inner
}