mcarton
c24ba91123
Rustup to 1.9.0-nightly ( bf5da36f1 2016-04-06)
2016-04-08 02:23:14 +02:00
mcarton
777e810a39
Add for _ in vec![…] to the USELESS_VEC lint
2016-03-28 23:32:55 +02:00
josephDunne
aa819b7748
Update rust-clippy to rustc 1.9.0-nightly ( d5a91e695 2016-03-26)
...
move cfg, infer, traits and ty from middle to top-level
move middle::subst into middle::ty
track the extern-crate def-id rather than path (rustc ab9b844 )
2016-03-27 20:24:10 +01:00
mcarton
79b0ad7441
vec! now uses box
2016-03-03 20:09:31 +01:00
mcarton
83a82a1d86
Remove redundancy in lint documentation
...
The default level is always given in the declare_lint! macro, no need to
add it inconsistently in the documentation.
2016-02-06 00:41:54 +01:00
mcarton
f7bab322f6
Fix formatting on wiki
2016-01-29 22:49:48 +01:00
mcarton
afb7e67217
Add a lint to warn about &vec![_] if &[_] would do
2016-01-29 17:41:52 +01:00