diff options
author | unexge <[email protected]> | 2020-08-16 14:42:44 +0100 |
---|---|---|
committer | unexge <[email protected]> | 2020-08-20 19:34:53 +0100 |
commit | 585f5d4901f3ddc0bec6aface8a86707d216886e (patch) | |
tree | af42fe9ab04207a8089ee8505bb662a7fbc927c2 /crates/assists/src | |
parent | 0847bc801eab10ec32792fdc546007a8a1cfbdde (diff) |
Use fixme instead of todo
Diffstat (limited to 'crates/assists/src')
-rw-r--r-- | crates/assists/src/handlers/expand_glob_import.rs | 2 |
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( |