Skip to content

Commit 65d0d60

Browse files
committed
Remove already-stable feature
1 parent 0c5c73e commit 65d0d60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/cases/macros/new.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(decl_macro, use_extern_macros)]
1+
#![feature(decl_macro)]
22
pub struct Item;
33

44
pub macro foo() { Item }

tests/cases/macros/old.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(decl_macro, use_extern_macros)]
1+
#![feature(decl_macro)]
22
pub struct Item;
33

44
pub macro foo() { Item }

0 commit comments

Comments
 (0)