rust/tests
rail f58a1695a6 fix a FP in interior_mutable_const
fix a false positive in two `interior_mutable_const` lints where a constant with enums gets linted
even if it uses a clearly unfrozen variant. Note that the code uses the MIR interpreter, which
the author of #3962 thought unlikely to be a solution. This might be over-engineering;
but, I think it's important to be able to work with the 'http' crate (#3825).
2020-10-04 18:15:28 +13:00
..
auxiliary
cargo Use current_dir instead of cargo_metadata 2020-02-10 16:42:50 +01:00
ui fix a FP in interior_mutable_const 2020-10-04 18:15:28 +13:00
ui-cargo Merge commit '2ca58e7dda' into clippyup 2020-07-14 14:59:59 +02:00
ui-toml update error message, refactor disallowed_method 2020-09-25 11:09:04 -05:00
compile-test.rs Add emit=metadata to UI tests build flags 2020-09-25 15:20:04 +02:00
dogfood.rs
fmt.rs Merge commit '3d0b0e66af' into clippyup 2020-08-28 18:43:25 +02:00
integration.rs Explain panic on E0463 in integration tests 2020-04-13 22:12:57 +02:00
missing-test-files.rs
versioncheck.rs