diff options
Diffstat (limited to 'helix-core/src/selection.rs')
-rw-r--r-- | helix-core/src/selection.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-core/src/selection.rs b/helix-core/src/selection.rs index 86c8c03f..cc8ec8d0 100644 --- a/helix-core/src/selection.rs +++ b/helix-core/src/selection.rs @@ -133,6 +133,7 @@ pub struct Selection { primary_index: usize, } +#[allow(clippy::len_without_is_empty)] // a Selection is never empty impl Selection { // eq |