Skip to content

Commit 1b5788f

Browse files
committed
Remove 'unstable' cfg
1 parent 1ce3a79 commit 1b5788f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,9 @@ doctest = false
2121
unicode-xid = "0.1"
2222

2323
[features]
24-
2524
# When enabled: act as a shim around the nightly compiler's proc_macro crate.
2625
# This requires a nightly compiler.
2726
#
2827
# When disabled: emulate the same API as the nightly compiler's proc_macro crate
2928
# but in a way that works on all stable compilers >=1.15.0.
3029
nightly = []
31-
32-
# Deprecated; use "nightly" instead.
33-
unstable = ["nightly"]

0 commit comments

Comments
 (0)