Commit 6080089
authored
build: Lint against
Lately, I have been using the `dbg!` macro frequently for local
development. Enabling the [`dbg-macro`
lint](https://rust-lang.github.io/rust-clippy/master/index.html#dbg_macro)
will ensure I don't accidentally commit any of these `dbg!` statements.dbg_macro (#2803)1 parent 5217470 commit 6080089
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
0 commit comments