rust-clippy/tests
R.Chavignat ad0bc66402 Added support for isize/usize in the CastPass lint pass.
Extracted the match that determines an integer types's size in a
utility function and implemented support for usize/isize.
Added a needed feature to the crate root.
Added some tests to cover those cases, and a test I previously forgot.
Silenced two errors signaled by dogfood.sh in unicode.rs.
2015-08-21 03:03:37 +02:00
..
compile-fail Added support for isize/usize in the CastPass lint pass. 2015-08-21 03:03:37 +02:00
compile-test.rs all: whitespace cleanup 2015-08-11 20:22:50 +02:00
consts.rs Mul and Div for integers 2015-08-19 11:58:59 +02:00
mut_mut_macro.rs all: whitespace cleanup 2015-08-11 20:22:50 +02:00
trim_multiline.rs added empty line test 2015-08-13 23:18:34 +05:30