Skip to content

Commit 8ab16b6

Browse files
matthiaskrgrflip1995
authored andcommitted
remove macro_vis_matcher feature gate since it is stable now.
Warning was: warning: the feature `macro_vis_matcher` has been stable since 1.29.0 and no longer requires an attribute to enable --> src/lib.rs:4:12 | 4 | #![feature(macro_vis_matcher)] | ^^^^^^^^^^^^^^^^^ | = note: #[warn(stable_features)] on by default
1 parent 37099ae commit 8ab16b6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

clippy_lints/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#![feature(slice_patterns)]
66
#![feature(stmt_expr_attributes)]
77
#![feature(range_contains)]
8-
#![feature(macro_vis_matcher)]
98
#![allow(unknown_lints, shadow_reuse, missing_docs_in_private_items)]
109
#![recursion_limit = "256"]
1110
#![feature(iterator_find_map)]

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// error-pattern:cargo-clippy
22
#![feature(plugin_registrar)]
33
#![feature(rustc_private)]
4-
#![feature(macro_vis_matcher)]
54
#![allow(unknown_lints)]
65
#![allow(missing_docs_in_private_items)]
76
#![warn(rust_2018_idioms)]

0 commit comments

Comments
 (0)