rust-clippy/src
inrustwetrust efd553c8a9 Don't show the explicit_iter_loop lint for arrays with more than 32 elements
The IntoIterator trait is currently not implemented for arrays with more than
32 elements, so for longer arrays, the iter() or iter_mut() methods must be
used.
2015-09-06 13:36:21 +02:00
..
approx_const.rs Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530) 2015-09-03 23:12:19 +05:30
attrs.rs More strict macro check 2015-09-06 10:53:55 +02:00
bit_mask.rs Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530) 2015-09-03 23:12:19 +05:30
collapsible_if.rs More strict macro check 2015-09-06 10:53:55 +02:00
consts.rs hir naming, removed lookup, match full path 2015-09-05 13:15:18 +02:00
eq_op.rs Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530) 2015-09-03 23:12:19 +05:30
eta_reduction.rs Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530) 2015-09-03 23:12:19 +05:30
identity_op.rs More strict macro check 2015-09-06 10:53:55 +02:00
len_zero.rs Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530) 2015-09-03 23:12:19 +05:30
lib.rs new lint: min_max 2015-09-05 12:46:34 +02:00
lifetimes.rs Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530) 2015-09-03 23:12:19 +05:30
loops.rs Don't show the explicit_iter_loop lint for arrays with more than 32 elements 2015-09-06 13:36:21 +02:00
matches.rs Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530) 2015-09-03 23:12:19 +05:30
methods.rs Merge pull request #298 from birkenfeld/as_mut 2015-09-04 16:16:58 +05:30
minmax.rs Made min_max Warn by default 2015-09-05 14:20:35 +02:00
misc.rs Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530) 2015-09-03 23:12:19 +05:30
mut_mut.rs More strict macro check 2015-09-06 10:53:55 +02:00
needless_bool.rs Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530) 2015-09-03 23:12:19 +05:30
precedence.rs Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530) 2015-09-03 23:12:19 +05:30
ptr_arg.rs Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530) 2015-09-03 23:12:19 +05:30
ranges.rs Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530) 2015-09-03 23:12:19 +05:30
returns.rs Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530) 2015-09-03 23:12:19 +05:30
shadow.rs Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530) 2015-09-03 23:12:19 +05:30
strings.rs Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530) 2015-09-03 23:12:19 +05:30
types.rs More strict macro check 2015-09-06 10:53:55 +02:00
unicode.rs fixed dogfood by using snippet instead of the (escaped) literal string 2015-09-04 14:24:49 +02:00
utils.rs More strict macro check 2015-09-06 10:53:55 +02:00