Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 67f1f40

Browse files
authored
Merge pull request #114 from brettcannon/clippy-rustfmt
Install rustfmt and clippy for Rust
2 parents b959b92 + 608eaa6 commit 67f1f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/rust/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt-get update \
2828
#
2929
# Install Rust components
3030
&& rustup update \
31-
&& rustup component add rls rust-analysis rust-src \
31+
&& rustup component add rls rust-analysis rust-src rustfmt clippy \
3232
#
3333
# Create a non-root user to use if preferred - see https://aka.ms/vscode-remote/containers/non-root-user.
3434
&& groupadd --gid $USER_GID $USERNAME \

0 commit comments

Comments
 (0)