Skip to content

Commit

Permalink
Tweak the fuzzy search limits
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneToIgnore committed Dec 28, 2020
1 parent eecbb51 commit 704be75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/completion/src/completions/unqualified_path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ fn fuzzy_completion(acc: &mut Completions, ctx: &CompletionContext) -> Option<()
let mut all_mod_paths = imports_locator::find_similar_imports(
&ctx.sema,
ctx.krate?,
Some(100),
Some(40),
&potential_import_name,
true,
)
Expand Down

0 comments on commit 704be75

Please sign in to comment.