]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/neg_cmp_op_on_partial_ord.rs
Allows neg_cmp_op_on_partial_ord for external macros (fixes #2856).
[rust.git] / clippy_lints / src / neg_cmp_op_on_partial_ord.rs
2018-06-20 Bruno KirschnerAllows neg_cmp_op_on_partial_ord for external macros...
2018-06-06 Oliver SchneiderMerge pull request #2804 from utaal/expr-call-author
2018-06-05 Oliver SchneiderMerge pull request #2814 from VKlayd/fn_to_int
2018-06-03 Oliver SchneiderMerge pull request #2827 from 0ndorio/lint/cmp_operator...
2018-06-03 Bruno KirschnerReduced scope of `nonminimal_bool` so that it doesn...
2018-06-03 Bruno KirschnerFixed spelling and indentation issues in neg_cmp_op_on_...
2018-06-03 Bruno KirschnerUse declare_clippy_lint instead of declare_lint.
2018-06-03 Bruno KirschnerAdded lint to avoid negated comparisions on partially...