mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Apply minor changes
This commit is contained in:
parent
b68200ee6f
commit
443ba254f9
@ -845,7 +845,7 @@ impl Config {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// IMPORTANT : This holds as long as ` completion_snippets_custom` is declared `client`.
|
// 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();
|
let snips = self.completion_snippets_custom().to_owned();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user