Skip to content

Commit ee6a38f

Browse files
committed
Add rust-analyzer to the prebuilt components
Bug: 160228803 Test: Local build Change-Id: I0d2cf12f1ef9293e8f1941b87fea307095dc429c
1 parent bcd7899 commit ee6a38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config_toml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def device_config(target):
136136
vendor = true
137137
full-bootstrap = true
138138
extended = true
139-
tools = ["cargo", "clippy", "rustfmt"]
139+
tools = ["cargo", "clippy", "rustfmt", "rust-analyzer"]
140140
cargo-native-static = true
141141
[install]
142142
prefix = "/"

0 commit comments

Comments
 (0)