summaryrefslogtreecommitdiffstats
path: root/vendor/gix/src/head
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix/src/head')
-rw-r--r--vendor/gix/src/head/peel.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/gix/src/head/peel.rs b/vendor/gix/src/head/peel.rs
index 65a876bc4..a4f7c71b0 100644
--- a/vendor/gix/src/head/peel.rs
+++ b/vendor/gix/src/head/peel.rs
@@ -6,7 +6,7 @@ use crate::{
mod error {
use crate::{object, reference};
- /// The error returned by [Head::peel_to_id_in_place()][super::Head::peel_to_id_in_place()] and [Head::into_fully_peeled_id()][super::Head::into_fully_peeled_id()].
+ /// The error returned by [`Head::peel_to_id_in_place()`][super::Head::peel_to_id_in_place()] and [`Head::into_fully_peeled_id()`][super::Head::into_fully_peeled_id()].
#[derive(Debug, thiserror::Error)]
#[allow(missing_docs)]
pub enum Error {
@@ -25,7 +25,7 @@ use crate::head::Kind;
pub mod to_commit {
use crate::object;
- /// The error returned by [Head::peel_to_commit_in_place()][super::Head::peel_to_commit_in_place()].
+ /// The error returned by [`Head::peel_to_commit_in_place()`][super::Head::peel_to_commit_in_place()].
#[derive(Debug, thiserror::Error)]
#[allow(missing_docs)]
pub enum Error {