rust-clippy/tests
Philipp Hansch d365742bc6
Fix FP in fn_to_numeric_cast_with_truncation
We only want this lint to check casts to numeric, as per the lint title.
Rust already has a built-in check for all other casts
[here][rust_check].

[rust_check]: 5472b0718f/src/librustc_typeck/check/cast.rs (L430-L433)
2018-10-07 12:50:36 +02:00
..
auxiliary Add license header to Rust files 2018-10-06 09:43:08 -07:00
run-pass Add license header to Rust files 2018-10-06 09:43:08 -07:00
ui Fix FP in fn_to_numeric_cast_with_truncation 2018-10-07 12:50:36 +02:00
ui-toml Add license header to Rust files 2018-10-06 09:43:08 -07:00
compile-test.rs Add license header to Rust files 2018-10-06 09:43:08 -07:00
dogfood.rs Add license header to Rust files 2018-10-06 09:43:08 -07:00
matches.rs Add license header to Rust files 2018-10-06 09:43:08 -07:00
needless_continue_helpers.rs Add license header to Rust files 2018-10-06 09:43:08 -07:00
versioncheck.rs Add license header to Rust files 2018-10-06 09:43:08 -07:00