Skip to content

Commit 7251152

Browse files
RalfJunggitbot
authored and
gitbot
committed
rustc_allow_const_fn_unstable is not used in proc_macro
1 parent df2dd5c commit 7251152

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

proc_macro/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
// This library is copied into rust-analyzer to allow loading rustc compiled proc macros.
2323
// Please avoid unstable features where possible to minimize the amount of changes necessary
2424
// to make it compile with rust-analyzer on stable.
25-
#![feature(rustc_allow_const_fn_unstable)]
2625
#![feature(staged_api)]
2726
#![feature(allow_internal_unstable)]
2827
#![feature(decl_macro)]

0 commit comments

Comments
 (0)