We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce3a79 commit 1b5788fCopy full SHA for 1b5788f
Cargo.toml
@@ -21,13 +21,9 @@ doctest = false
21
unicode-xid = "0.1"
22
23
[features]
24
-
25
# When enabled: act as a shim around the nightly compiler's proc_macro crate.
26
# This requires a nightly compiler.
27
#
28
# When disabled: emulate the same API as the nightly compiler's proc_macro crate
29
# but in a way that works on all stable compilers >=1.15.0.
30
nightly = []
31
32
-# Deprecated; use "nightly" instead.
33
-unstable = ["nightly"]
0 commit comments