diff options
| author | Philipp Hansch <dev@phansch.net> | 2018-11-30 10:20:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-30 10:20:24 +0100 |
| commit | c669727df4de8a9b155b4ebd389f56cc68fa3b30 (patch) | |
| tree | 024ed668b0bd3d48a23254d8ebb72ae967c99c3a | |
| parent | f5831523d335bc57a6371806b2ea1978942ac490 (diff) | |
| parent | c38bac89e976e7dfe731e68ef56fd8661be1a93f (diff) | |
| download | rust-c669727df4de8a9b155b4ebd389f56cc68fa3b30.tar.gz rust-c669727df4de8a9b155b4ebd389f56cc68fa3b30.zip | |
Merge pull request #3471 from matthiaskrgr/mamor_warn
remove macro_at_most_once_rep feature attribute since it's stable
| -rw-r--r-- | clippy_lints/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clippy_lints/src/lib.rs b/clippy_lints/src/lib.rs index 9eb5a94f51d..1b970b2f376 100644 --- a/clippy_lints/src/lib.rs +++ b/clippy_lints/src/lib.rs @@ -16,7 +16,6 @@ #![feature(range_contains)] #![allow(clippy::missing_docs_in_private_items)] #![recursion_limit = "256"] -#![feature(macro_at_most_once_rep)] #![warn(rust_2018_idioms, trivial_casts, trivial_numeric_casts)] #![feature(crate_visibility_modifier)] #![feature(try_from)] |
