"Remove dbg!
in selection" does not remove nested ones
#13901
Labels
A-assists
C-bug
Category: bug
E-has-instructions
Issue has some instructions and pointers to code to get started
S-actionable
Someone could pick this issue up and work on it right now
Uh oh!
There was an error while loading. Please reload this page.
Removing all
dbg!()
macros in the selection was implemented in #13629 , but it does not remove nesteddbg!()
.Minimal repro:
Expected result:
Actual result:
Running the action once more yields the desired result.
rust-analyzer version
[coc.nvim] rust-analyzer 0.3.1348-standalone
rustc version: (eg. output of
rustc -V
)relevant settings: Nothing shuold be relevant.
The text was updated successfully, but these errors were encountered: