Oliver Schneider
|
a6c8464dde
|
Update to rustc 1.19.0-nightly (6a5fc9eec 2017-05-02)
|
2017-05-03 12:51:47 +02:00 |
|
mcarton
|
b20a6a773c
|
Update tests to new format of multiline errors
|
2017-04-23 15:39:41 +02:00 |
|
Peter Gerber
|
71a788cbd7
|
correct error message for option_map_unwrap_or_else lint
Remove erroneous "with " in suggested alternative call.
|
2017-04-01 15:54:27 +02:00 |
|
Oliver Schneider
|
8b3ad61dd3
|
update ui tests
|
2017-02-13 11:57:14 +01:00 |
|
f001
|
b3570db094
|
update via comments
|
2017-02-12 20:40:38 +08:00 |
|
f001
|
98aa0db0ac
|
Add a lint for slice.iter().cloned().collect()
If one uses `slice.iter().cloned().collect()` to create a new `Vec`,
it should be `slice.to_owned()`.
Fix #1292
|
2017-02-12 17:03:09 +08:00 |
|
Oliver Schneider
|
1f2c97a291
|
remove all //~ from tests
|
2017-02-08 14:58:07 +01:00 |
|
Oliver Schneider
|
fd1351f6e3
|
rustup and compile-fail -> ui test move
|
2017-02-07 21:05:30 +01:00 |
|