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 6906ae9 commit c246135Copy full SHA for c246135
crates/rust-analyzer/src/config/tree.rs
@@ -647,6 +647,7 @@ mod tests {
647
// from /root/rust-analyzer.toml
648
assert_eq!(local.completion_autoself_enable, false);
649
650
+ // Send in an empty change, should have no effect
651
let changes = ConfigChanges {
652
client_change: None,
653
set_project_root: None,
@@ -655,8 +656,6 @@ mod tests {
655
656
};
657
config_tree.apply_changes(changes, &mut vfs);
658
let local = config_tree.local_config(crate_a);
- // initially crate_a is part of the project root, so it does inherit
659
- // from /root/rust-analyzer.toml
660
661
}
662
0 commit comments