Skip to content

Commit

Permalink
devcontainer: add clippy in nightly toolchain to match rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Aug 2, 2024
1 parent 5bcdfa1 commit d07ca2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN rustup toolchain install $(cat rust_toolchain_version) && \
rustup component add rustfmt

RUN rustup toolchain install nightly && \
rustup component add rustfmt --toolchain nightly
rustup component add clippy rustfmt --toolchain nightly

RUN rustup target add x86_64-pc-windows-msvc && \
rustup target add wasm32-unknown-unknown
Expand Down

0 comments on commit d07ca2d

Please sign in to comment.