aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/remove_dbg.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy::redudant_borrowMaan20032021-06-131-1/+1
* Insert unnamed consts to ChildBySource DynMapLukas Wirth2021-04-091-1/+1
* Apply test style fixes to all empty remove_dbg testsivan7702021-03-291-21/+17
* Update crates/ide_assists/src/handlers/remove_dbg.rs ivan7702021-03-291-5/+9
* Replace empty dbg with unit in letexprs, better removal in blocksivan7702021-03-271-13/+72
* Replace match on option with ifivan7702021-03-271-3/+4
* Remove dbg expression and newline as wholeivan7702021-03-271-6/+28
* Show dbg remove assist on empty contentsivan7702021-03-261-8/+9
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-0/+421