rust/tests
Daniele D'Orazio be14ea8c37 fix suggestion for floating points inequality
It should be of the form `(a - b).abs() > error` whereas it was
`(a - b).abs() < error` that is instead what should be used for equality.
2019-06-17 16:42:43 +02:00
..
auxiliary
ui fix suggestion for floating points inequality 2019-06-17 16:42:43 +02:00
ui-toml trivially_copy_pass_by_ref: print size of type and limit in the lint message 2019-05-23 23:48:20 +02:00
compile-test.rs Fix compile-test from forcing a rebuild. 2019-05-19 13:25:06 -07:00
dogfood.rs use clippy-preview instead of clippy in cargo 2019-04-30 18:29:25 -07:00
matches.rs
missing-test-files.rs
needless_continue_helpers.rs
versioncheck.rs