mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-27 16:07:46 +00:00
Disable salsa accumulation
This commit is contained in:
parent
5107faaae7
commit
309de025bf
@ -134,10 +134,11 @@ rayon = "1.10.0"
|
||||
rowan = "=0.15.15"
|
||||
# Ideally we'd not enable the macros feature but unfortunately the `tracked` attribute does not work
|
||||
# on impls without it
|
||||
salsa = { version = "0.24.0", default-features = true, features = [
|
||||
salsa = { version = "0.24.0", default-features = false, features = [
|
||||
"rayon",
|
||||
"salsa_unstable",
|
||||
"macros",
|
||||
"inventory",
|
||||
] }
|
||||
salsa-macros = "0.24.0"
|
||||
semver = "1.0.26"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user