We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbabc3 commit af6a7a9Copy full SHA for af6a7a9
Containerfile
@@ -87,7 +87,8 @@ RUN git config --global user.name "$(git --no-pager log --format=format:'%an' -n
87
RUN ./x build \
88
library \
89
src/tools/rust-analyzer \
90
- src/tools/rust-analyzer/crates/proc-macro-srv-cli
+ src/tools/rust-analyzer/crates/proc-macro-srv-cli \
91
+ src/tools/rustfmt
92
93
94
# A lean image with only what's necessary
0 commit comments