We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4c73f commit b27a3b7Copy full SHA for b27a3b7
chunks/lang-rust/Dockerfile
@@ -12,7 +12,7 @@ ENV RUST_VERSION=${RUST_VERSION}
12
ENV PATH=$HOME/.cargo/bin:$PATH
13
14
RUN curl -fsSL https://sh.rustup.rs | sh -s -- -y --no-modify-path --default-toolchain ${RUST_VERSION} \
15
- -c rust-analyzer rust-src rustfmt clippy \
+ -c rust-analyzer -c rust-src -c rustfmt -c clippy \
16
&& for cmp in rustup cargo; do rustup completions bash "$cmp" > "$HOME/.local/share/bash-completion/completions/$cmp"; done \
17
&& cargo install cargo-watch cargo-edit cargo-workspaces \
18
&& rm -rf "$HOME/.cargo/registry" # This registry cache is now useless as we change the CARGO_HOME path to `/workspace`
0 commit comments