Unnamed repository; edit this file 'description' to name the repository.
Remove fixme
| -rw-r--r-- | crates/ide-assists/src/handlers/toggle_macro_delimiter.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ide-assists/src/handlers/toggle_macro_delimiter.rs b/crates/ide-assists/src/handlers/toggle_macro_delimiter.rs index e9865aec4a..15143575e7 100644 --- a/crates/ide-assists/src/handlers/toggle_macro_delimiter.rs +++ b/crates/ide-assists/src/handlers/toggle_macro_delimiter.rs @@ -415,7 +415,6 @@ prt!{(3 + 5)} ) } - // FIXME @alibektas : Inner macro_call is not seen as such. So this doesn't work. #[test] fn test_nested_macros() { check_assist( |