rust/tests
Nathan Weston 23a38c4170 New lint: Range::step_by(0) (fixes #95)
Uses type information so it can detect non-literal ranges as well
(Range or RangeFrom -- the other range types don't have step_by).
2015-08-16 12:58:54 -04:00
..
compile-fail New lint: Range::step_by(0) (fixes #95) 2015-08-16 12:58:54 -04:00
compile-test.rs all: whitespace cleanup 2015-08-11 20:22:50 +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