summaryrefslogtreecommitdiff
path: root/support/texlab/crates/texlab/src/features/completion/matcher.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/texlab/src/features/completion/matcher.rs')
-rw-r--r--support/texlab/crates/texlab/src/features/completion/matcher.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/texlab/crates/texlab/src/features/completion/matcher.rs b/support/texlab/crates/texlab/src/features/completion/matcher.rs
index a2b1a45e6a..5d5c93b2b9 100644
--- a/support/texlab/crates/texlab/src/features/completion/matcher.rs
+++ b/support/texlab/crates/texlab/src/features/completion/matcher.rs
@@ -37,6 +37,6 @@ impl Matcher for PrefixIgnoreCase {
}
}
- return Some(-(choice.len() as i32));
+ Some(-(choice.len() as i32))
}
}