Skip to content

Commit c38bac8

Browse files
committed
remove macro_at_most_once_rep feature attribute since it's stable
Warning was: warning: the feature `macro_at_most_once_rep` has been stable since 1.32.0 and no longer requires an attribute to enable --> clippy_lints/src/lib.rs:19:12 | 19 | #![feature(macro_at_most_once_rep)] | ^^^^^^^^^^^^^^^^^^^^^^ | = note: #[warn(stable_features)] on by default
1 parent f583152 commit c38bac8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#![feature(range_contains)]
1717
#![allow(clippy::missing_docs_in_private_items)]
1818
#![recursion_limit = "256"]
19-
#![feature(macro_at_most_once_rep)]
2019
#![warn(rust_2018_idioms, trivial_casts, trivial_numeric_casts)]
2120
#![feature(crate_visibility_modifier)]
2221
#![feature(try_from)]

0 commit comments

Comments
 (0)