]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/dbg_macro.rs
run `util/dev update_lints` and `cargo fmt --all`
[rust.git] / clippy_lints / src / dbg_macro.rs
2019-02-03 rhysdrun `util/dev update_lints` and `cargo fmt --all`
2019-02-03 rhysdMerge branch 'master' into issue3721
2019-02-03 rhysdprefer `if` to `match`
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)