mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +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]
|
||||
incremental = 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