]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/dbg_macro.rs
use snippet for making a suggestion if possible
[rust.git] / clippy_lints / src / dbg_macro.rs
2019-02-03 rhysduse snippet for making a suggestion if possible
2019-02-01 rhysdadd more test cases for dbg_macro rule
2019-02-01 rhysduse span_help_and_lint() instead of span_lint_and_sugg()
2019-02-01 rhysd`cargo +nightly fmt` at clippy_lints/
2019-02-01 rhysdremove TODO comment which was already done
2019-02-01 rhysdfix category and use suggestion
2019-01-30 rhysdimplement dbg_macro rule (fixes #3721)