Skip to content

Commit 724687b

Browse files
committed
Fix default-features = false, features = ["nightly"]
1 parent 0e8e7f4 commit 724687b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ unicode-xid = "0.1"
2626
#
2727
# When disabled: emulate the same API as the nightly compiler's proc_macro crate
2828
# but in a way that works on all stable compilers >=1.15.0.
29-
nightly = []
29+
nightly = ["proc-macro"]
3030

3131
proc-macro = []
3232
default = ["proc-macro"]

0 commit comments

Comments
 (0)