Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-vcs/src/diff.rs')
-rw-r--r--helix-vcs/src/diff.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-vcs/src/diff.rs b/helix-vcs/src/diff.rs
index cc97ef85..d87f3ce7 100644
--- a/helix-vcs/src/diff.rs
+++ b/helix-vcs/src/diff.rs
@@ -72,7 +72,7 @@ impl DiffHandle {
}
/// Load the actual diff
- pub fn load(&self) -> Diff {
+ pub fn load(&self) -> Diff<'_> {
Diff {
diff: self.diff.read(),
inverted: self.inverted,