mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Merge #361
361: fix the cancellation bug r=matklad a=matklad See https://github.com/salsa-rs/salsa/pull/103 for the upstream fix Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
e2bc57e3c8
1 changed files with 3 additions and 0 deletions
|
@ -4,3 +4,6 @@ members = [ "crates/*" ]
|
||||||
[profile.release]
|
[profile.release]
|
||||||
incremental = true
|
incremental = true
|
||||||
debug = true
|
debug = true
|
||||||
|
|
||||||
|
[patch.'crates-io']
|
||||||
|
salsa = { git = "https://github.com/matklad/salsa.git", branch = "transitive-untracked" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue