mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
fix: filter unnecessary completions after colon
This commit is contained in:
parent
45ec315e01
commit
f26d5484d8
5 changed files with 162 additions and 16 deletions
|
@ -164,7 +164,6 @@ pub fn completions(
|
|||
completions::vis::complete_vis_path(&mut completions, ctx, path_ctx, has_in_token);
|
||||
}
|
||||
}
|
||||
// prevent `(` from triggering unwanted completion noise
|
||||
return Some(completions.into());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue