Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/src/indent.rs')
| -rw-r--r-- | helix-core/src/indent.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/indent.rs b/helix-core/src/indent.rs index ae26c13e..3faae53e 100644 --- a/helix-core/src/indent.rs +++ b/helix-core/src/indent.rs @@ -386,7 +386,7 @@ enum IndentCaptureType<'a> { Align(RopeSlice<'a>), } -impl<'a> IndentCaptureType<'a> { +impl IndentCaptureType<'_> { fn default_scope(&self) -> IndentScope { match self { IndentCaptureType::Indent | IndentCaptureType::IndentAlways => IndentScope::Tail, |