Skip to content

Commit 721ef45

Browse files
authored
Merge pull request #2408 from matklad/add-rust-analyzer-shim
Add rust-analyzer proxy
2 parents 9e3899b + 9d3844f commit 721ef45

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/snapcraft.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fi
4343
# as rustup.$PROXY. If we have an alias which is not a supported proxy name
4444
# then rustup might get sad.
4545

46-
PROXIES="cargo cargo-clippy cargo-fmt cargo-miri clippy-driver rls rustc rustdoc rustfmt"
46+
PROXIES="cargo cargo-clippy cargo-fmt cargo-miri clippy-driver rls rustc rustdoc rustfmt rust-analyzer"
4747

4848
# From now on, things should be automagic
4949

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pub static TOOLS: &[&str] = &[
2121
"rust-lldb",
2222
"rust-gdb",
2323
"rls",
24+
"rust-analyzer",
2425
"cargo-clippy",
2526
"clippy-driver",
2627
"cargo-miri",

0 commit comments

Comments
 (0)