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 90fea91 commit d410003Copy full SHA for d410003
src/tools/rust-analyzer/Cargo.toml
@@ -134,10 +134,11 @@ rayon = "1.10.0"
134
rowan = "=0.15.15"
135
# Ideally we'd not enable the macros feature but unfortunately the `tracked` attribute does not work
136
# on impls without it
137
-salsa = { version = "0.24.0", default-features = true, features = [
+salsa = { version = "0.24.0", default-features = false, features = [
138
"rayon",
139
"salsa_unstable",
140
"macros",
141
+ "inventory",
142
] }
143
salsa-macros = "0.24.0"
144
semver = "1.0.26"
0 commit comments