Konrad Borowski
|
3f62fc3a7e
|
Remove crate:: prefixes from crate paths
This is somewhat misleading, as those are actually external crates,
and don't need a crate:: prefix.
|
2018-12-29 16:05:49 +01:00 |
|
flip1995
|
1751d2496d
|
Run rustfmt on clippy_lints
|
2018-11-27 21:14:15 +01:00 |
|
Matthias Krüger
|
3a11cd4289
|
remove unused allow() attributes, NFC
|
2018-11-17 13:47:46 +01:00 |
|
Matthias Krüger
|
df7cff31dc
|
clippy: fix pedantic warnings and run clippy::pedantic lints on the codebase.
Turn on pedantic lints in dogfood and base tests.
needless_bool: fix clippy::items-after-statements
redundant_pattern_matching: fix clippy::similar-names
mods.rs: fix clippy::explicit-iter-loop
returns.rs: allow clippy::cast-possible-wrap
Fixes #3172
|
2018-11-02 12:16:43 +01:00 |
|
CYBAI
|
66ae3b1249
|
Rename if_let_redundant_pattern_matching to redundant_pattern_matching
Also, making the old one deprecated
|
2018-10-17 11:20:42 +08:00 |
|