Skip to content

Commit 23f3400

Browse files
committed
remove unused #![feature(stmt_expr_attributes)]
1 parent 9bb4081 commit 23f3400

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/proc_macro/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#![feature(panic_can_unwind)]
2828
#![feature(restricted_std)]
2929
#![feature(rustc_attrs)]
30-
#![feature(stmt_expr_attributes)]
3130
#![feature(extend_one)]
3231
#![recursion_limit = "256"]
3332
#![allow(internal_features)]

0 commit comments

Comments
 (0)