Skip to content

Commit af6a7a9

Browse files
committed
Build rustfmt
This seems to be included as a dependency in one of the previous targets (probably rust-analyzer) but I think it's better to be explicit here.
1 parent 2bbabc3 commit af6a7a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Containerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ RUN git config --global user.name "$(git --no-pager log --format=format:'%an' -n
8787
RUN ./x build \
8888
library \
8989
src/tools/rust-analyzer \
90-
src/tools/rust-analyzer/crates/proc-macro-srv-cli
90+
src/tools/rust-analyzer/crates/proc-macro-srv-cli \
91+
src/tools/rustfmt
9192

9293

9394
# A lean image with only what's necessary

0 commit comments

Comments
 (0)