We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6145b1f commit f93d2ddCopy full SHA for f93d2dd
src/tools/rust-analyzer/crates/rust-analyzer/src/config.rs
@@ -845,7 +845,7 @@ impl Config {
845
}
846
847
// IMPORTANT : This holds as long as ` completion_snippets_custom` is declared `client`.
848
- config.snippets = vec![];
+ config.snippets.clear();
849
850
let snips = self.completion_snippets_custom().to_owned();
851
0 commit comments