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

Commit

Permalink
Install rustfmt and clippy for Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Aug 8, 2019
1 parent ea500c5 commit 608eaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/rust/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt-get update \
#
# Install Rust components
&& rustup update \
&& rustup component add rls rust-analysis rust-src \
&& rustup component add rls rust-analysis rust-src rustfmt clippy \
#
# Create a non-root user to use if preferred - see https://aka.ms/vscode-remote/containers/non-root-user.
&& groupadd --gid $USER_GID $USERNAME \
Expand Down

0 comments on commit 608eaa6

Please sign in to comment.