Oliver Schneider
|
50ffaca4c9
|
Reduce the hackiness of cargo-clippy
|
2017-10-03 12:07:24 +02:00 |
|
topecongiro
|
d5d300c034
|
Update tests
|
2017-09-16 14:50:30 +09:00 |
|
Aaron Hill
|
d318ced660
|
Add CLONE_ON_REF_PTR lint
Closes issue #1645
|
2017-09-09 21:52:19 -04:00 |
|
Andre Bogus
|
f515d7bb67
|
Change all links to reflect the move to rust-lang-nursery
|
2017-08-06 23:10:55 +02:00 |
|
Oliver Schneider
|
74c776585c
|
Move all our tests back to ui tests
|
2017-08-01 17:54:21 +02:00 |
|
Oliver Schneider
|
4465bc3e3f
|
Make most tests an example so we can run them one by one
|
2017-05-17 14:19:44 +02:00 |
|
Luis de Bethencourt
|
9ece185c45
|
clean tests/ui/methods.rs
Cleaning the empty lines for clarity.
|
2017-05-11 16:22:32 +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 |
|