mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +00:00
![bors[bot]](/assets/img/avatar_default.png)
9614: Parse input expressions for dbg! invocations in remove_dbg r=Veykril a=Veykril Instead of inspecting the input tokentree manually, parse the input as `,` delimited expressions instead and act on that. This simplifies the assist quite a bit. Fixes #8455 Co-authored-by: Lukas Wirth <lukastw97@gmail.com>