mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Apply minor changes
This commit is contained in:
parent
b68200ee6f
commit
443ba254f9
1 changed files with 1 additions and 1 deletions
|
@ -845,7 +845,7 @@ impl Config {
|
|||
}
|
||||
|
||||
// IMPORTANT : This holds as long as ` completion_snippets_custom` is declared `client`.
|
||||
config.snippets = vec![];
|
||||
config.snippets.clear();
|
||||
|
||||
let snips = self.completion_snippets_custom().to_owned();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue