rust/tests
kennytm 5f09020e90 Added a lint_without_lint_pass lint.
Four lints were missing from LintPass, making them unavailable unless the
`clippy` lint group is explicitly enabled:

* `for_loop_over_result`
* `for_loop_over_option`
* `match_overlapping_arm`
* `filter_next`
2016-09-01 15:07:37 +08:00
..
compile-fail Added a lint_without_lint_pass lint. 2016-09-01 15:07:37 +08:00
run-pass rename mini-macro to clippy-mini-macro-test 2016-06-26 13:26:30 +02:00
camel_case.rs
cc_seme.rs Run rustfmt 2016-06-10 00:08:14 +02:00
compile-test.rs don't depend on regex_macros anymore 2016-06-25 18:12:29 +02:00
consts.rs Check for comparison of -0.0 and 0.0 in PartialOrd for Constant 2016-07-13 09:55:16 -07:00
dogfood.rs Added a lint_without_lint_pass lint. 2016-09-01 15:07:37 +08:00
issue-825.rs Run rustfmt 2016-06-10 00:08:14 +02:00
matches.rs Run rustfmt 2016-06-10 00:08:14 +02:00
trim_multiline.rs
used_underscore_binding_macro.rs Run rustfmt 2016-06-10 00:08:14 +02:00
versioncheck.rs fix tests 2016-06-21 12:35:49 +02:00