Skip to content

Commit

Permalink
Apply minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibektas committed Jun 24, 2024
1 parent 6145b1f commit f93d2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/rust-analyzer/crates/rust-analyzer/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit f93d2dd

Please sign in to comment.