]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/dbg_macro.rs
move lint documentation into macro invocations
[rust.git] / clippy_lints / src / dbg_macro.rs
2019-03-05 Andy Russellmove lint documentation into macro invocations
2019-02-06 borsAuto merge of #3665 - jsgf:master, r=oli-obk
2019-02-04 borsAuto merge of #3725 - mikerite:fix-2728, r=phansch
2019-02-04 Manish GoregaokarMerge pull request #3735 from jsgf/setup-toolchain
2019-02-03 borsAuto merge of #3723 - rhysd:issue3721, r=oli-obk
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)