Skip to content

Commit 3bde4e9

Browse files
committed
abc
1 parent b68200e commit 3bde4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ impl Config {
845845
}
846846

847847
// IMPORTANT : This holds as long as ` completion_snippets_custom` is declared `client`.
848-
config.snippets = vec![];
848+
config.snippets.clear();
849849

850850
let snips = self.completion_snippets_custom().to_owned();
851851

0 commit comments

Comments
 (0)