rust-clippy/tests/ui/dbg_macro.stderr
2019-01-31 02:39:38 +09:00

10 lines
280 B
Text

error: `dbg!` macro is intended as a debugging tool. ensure to avoid having uses of it in version control
--> $DIR/dbg_macro.rs:2:5
|
LL | dbg!(42);
| ^^^^^^^^
|
= note: `-D clippy::dbg-macro` implied by `-D warnings`
error: aborting due to previous error