rust/src
Krishna Veera Reddy c77fc06d52 Add lint to detect transmutes from float to integer
Add lint that detects transmutation from a float to an integer
and suggests usage of `{f32, f64}.to_bits()` instead.
2019-12-07 16:33:49 -08:00
..
lintlist Add lint to detect transmutes from float to integer 2019-12-07 16:33:49 -08:00
driver.rs Feed the dog 2019-11-29 20:47:50 +01:00
main.rs Deny warnings in CI 2019-07-15 07:35:02 +02:00