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.
2 parents c0b655a + 84f3d39 commit 5cc91f3Copy full SHA for 5cc91f3
src/myers/slice.rs
@@ -27,7 +27,7 @@ impl<'a> FileSlice<'a> {
27
}
28
29
30
- pub fn borrow(&mut self) -> FileSlice {
+ pub fn borrow(&mut self) -> FileSlice<'_> {
31
FileSlice {
32
tokens: self.tokens,
33
changed: self.changed,
0 commit comments