aboutsummaryrefslogtreecommitdiff
path: root/crates/assists
diff options
context:
space:
mode:
Diffstat (limited to 'crates/assists')
-rw-r--r--crates/assists/src/handlers/expand_glob_import.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/assists/src/handlers/expand_glob_import.rs b/crates/assists/src/handlers/expand_glob_import.rs
index 64267a03f..0e80cde77 100644
--- a/crates/assists/src/handlers/expand_glob_import.rs
+++ b/crates/assists/src/handlers/expand_glob_import.rs
@@ -709,7 +709,7 @@ fn qux(bar: Bar, baz: Baz) {
709 709
710 #[test] 710 #[test]
711 fn expanding_glob_import_with_macro_defs() { 711 fn expanding_glob_import_with_macro_defs() {
712 // TODO: this is currently fails because `Definition::find_usages` ignores macros 712 // FIXME: this is currently fails because `Definition::find_usages` ignores macros
713 // https://github.com/rust-analyzer/rust-analyzer/issues/3484 713 // https://github.com/rust-analyzer/rust-analyzer/issues/3484
714 // 714 //
715 // check_assist( 715 // check_assist(