mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Remove dead code
This commit is contained in:
parent
83f364523f
commit
0cf8ee2dc2
1 changed files with 0 additions and 4 deletions
|
@ -39,10 +39,6 @@ impl CfgOptions {
|
||||||
self.atoms.insert(key);
|
self.atoms.insert(key);
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn remove_atom(&mut self, name: &str) {
|
|
||||||
self.atoms.remove(name);
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn insert_key_value(&mut self, key: SmolStr, value: SmolStr) {
|
pub fn insert_key_value(&mut self, key: SmolStr, value: SmolStr) {
|
||||||
self.key_values.insert((key, value));
|
self.key_values.insert((key, value));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue