We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustc_index_macros
1 parent 023521e commit e151148Copy full SHA for e151148
compiler/rustc_index/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
5
6
[dependencies]
7
# tidy-alphabetical-start
8
-rustc_index_macros = { path = "../rustc_index_macros", default-features = false }
+rustc_index_macros = { path = "../rustc_index_macros" }
9
rustc_macros = { path = "../rustc_macros", optional = true }
10
rustc_serialize = { path = "../rustc_serialize", optional = true }
11
smallvec = "1.8.1"
compiler/rustc_index_macros/Cargo.toml
@@ -12,5 +12,4 @@ proc-macro2 = "1"
12
quote = "1"
13
14
[features]
15
-default = ["nightly"]
16
nightly = []
0 commit comments