diff options
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | editors/README.md | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index cbb9a09d5..f8228b988 100644 --- a/Cargo.toml +++ b/Cargo.toml | |||
@@ -10,4 +10,4 @@ debug = true | |||
10 | # https://github.com/salsa-rs/salsa/pull/75 | 10 | # https://github.com/salsa-rs/salsa/pull/75 |
11 | # and | 11 | # and |
12 | # https://github.com/salsa-rs/salsa/issues/99 | 12 | # https://github.com/salsa-rs/salsa/issues/99 |
13 | salsa = { git = "https://github.com/matklad/salsa", branch = "no-upgrade" } | 13 | salsa = { git = "https://github.com/matklad/salsa", branch = "fix-cancelation-maybe" } |
diff --git a/editors/README.md b/editors/README.md index a39ec62b0..ad2ce1695 100644 --- a/editors/README.md +++ b/editors/README.md | |||
@@ -1,6 +1,8 @@ | |||
1 | To install experimental VS Code plugin: | 1 | To install experimental VS Code plugin: |
2 | 2 | ||
3 | ``` | 3 | ``` |
4 | $ git clone https://github.com/rust-analyzer/rust-analyzer.git | ||
5 | $ cd rust-analyzer | ||
4 | $ cargo install-code | 6 | $ cargo install-code |
5 | ``` | 7 | ``` |
6 | 8 | ||