We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38681b1 commit ba5e1b3Copy full SHA for ba5e1b3
src/repo.rs
@@ -2137,7 +2137,7 @@ impl Repository {
2137
///
2138
/// For compatibility with git, the repository is put into a merging state.
2139
/// Once the commit is done (or if the user wishes to abort), you should
2140
- /// clear this state by calling `cleanup_state()`.
+ /// clear this state by calling [`cleanup_state()`][Repository::cleanup_state].
2141
pub fn merge(
2142
&self,
2143
annotated_commits: &[&AnnotatedCommit<'_>],
0 commit comments