diff options
author | Kirill Bulatov <[email protected]> | 2021-03-20 21:04:28 +0000 |
---|---|---|
committer | Kirill Bulatov <[email protected]> | 2021-03-20 21:08:44 +0000 |
commit | 56a7d246d59d9429304b82bce2f1e71b632c5737 (patch) | |
tree | 9e416f58ada56669dd248a06a566fb47426b3d1b /crates/ide_assists | |
parent | 879432452d15d4e9c373a6233a0cd15e22f20ef3 (diff) |
Disable unqualified assoc items completion for now
Diffstat (limited to 'crates/ide_assists')
-rw-r--r-- | crates/ide_assists/src/handlers/qualify_path.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ide_assists/src/handlers/qualify_path.rs b/crates/ide_assists/src/handlers/qualify_path.rs index e7444f7db..f91770a76 100644 --- a/crates/ide_assists/src/handlers/qualify_path.rs +++ b/crates/ide_assists/src/handlers/qualify_path.rs | |||
@@ -536,6 +536,7 @@ fn main() { | |||
536 | } | 536 | } |
537 | 537 | ||
538 | #[test] | 538 | #[test] |
539 | #[ignore = "FIXME: non-trait assoc items completion is unsupported yet, see FIXME in the import_assets.rs for more details"] | ||
539 | fn associated_struct_const_unqualified() { | 540 | fn associated_struct_const_unqualified() { |
540 | check_assist( | 541 | check_assist( |
541 | qualify_path, | 542 | qualify_path, |