Skip to content

Commit

Permalink
Merge pull request #3471 from matthiaskrgr/mamor_warn
Browse files Browse the repository at this point in the history
remove macro_at_most_once_rep feature attribute since it's stable
  • Loading branch information
phansch committed Nov 30, 2018
2 parents f583152 + c38bac8 commit c669727
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clippy_lints/src/lib.rs
Expand Up @@ -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)]
Expand Down

0 comments on commit c669727

Please sign in to comment.