2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2024-12-31 23:39:07 +00:00
Commit graph

3 commits

Author SHA1 Message Date
mlegner
73deb723dd
Included binary and octal cases. 2020-03-04 13:21:01 +01:00
mlegner
9ff4581cd3
Test for unnecessary_cast of hex int literal. 2020-03-04 13:21:00 +01:00
Philipp Hansch
2d84d0361d
Split up cast.rs tests, run-rustfix for unnecessary_cast
This splits up the cast.rs tests and enables rustfix tests for the part
of the `unnecessary_cast` lint that emits `MachineApplicable`
suggestions.

cc 
2019-08-04 08:24:23 +02:00