Implement dbg_macro rule by rhysd · Pull Request #3723 · rust-lang/rust-clippy
Fixes #3721 This patch adds new dbg_macro rule to check dbg! macro use. Since this is my first patch to clippy, I'm not confident about following points: Currently only checks dbg! span. Is i...