We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04807b commit 9b7aaa0Copy full SHA for 9b7aaa0
git-repository/src/object/tree/mod.rs
@@ -71,7 +71,7 @@ pub mod diff {
71
use git_object::TreeRefIter;
72
use git_odb::FindExt;
73
74
- /// The error return by methods on the [diff platform][super::Platform].
+ /// The error return by methods on the [diff platform][Platform].
75
#[derive(Debug, thiserror::Error)]
76
#[allow(missing_docs)]
77
pub enum Error {
@@ -142,7 +142,7 @@ pub mod diff {
142
/// Diffing
143
impl<'repo> Tree<'repo> {
144
/// Return a platform to see the changes needed to create other trees, for instance.
145
- pub fn changes<'other_repo, 'a>(&'a self) -> Platform<'a, 'repo> {
+ pub fn changes<'a>(&'a self) -> Platform<'a, 'repo> {
146
Platform {
147
state: Default::default(),
148
lhs: self,
0 commit comments