mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Only run completion functions if their corresponding context is active
This commit is contained in:
parent
d97a8ee865
commit
00fdb4a3d8
29 changed files with 562 additions and 397 deletions
|
@ -179,7 +179,6 @@ impl Foo {
|
|||
|
||||
#[test]
|
||||
fn enum_no_parens_in_qualified_use_tree() {
|
||||
cov_mark::check!(no_parens_in_use_item);
|
||||
cov_mark::check!(enum_plain_qualified_use_tree);
|
||||
check(
|
||||
r#"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue