Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f93d2dd

Browse files
committed
Apply minor changes
1 parent 6145b1f commit f93d2dd

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/crates/rust-analyzer/src

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/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)