Skip to content

Commit b27a3b7

Browse files
committed
FIx args
Tool: gitpod/catfood.gitpod.cloud
1 parent 5e4c73f commit b27a3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chunks/lang-rust/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV RUST_VERSION=${RUST_VERSION}
1212
ENV PATH=$HOME/.cargo/bin:$PATH
1313

1414
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 \
15+
-c rust-analyzer -c rust-src -c rustfmt -c clippy \
1616
&& for cmp in rustup cargo; do rustup completions bash "$cmp" > "$HOME/.local/share/bash-completion/completions/$cmp"; done \
1717
&& cargo install cargo-watch cargo-edit cargo-workspaces \
1818
&& rm -rf "$HOME/.cargo/registry" # This registry cache is now useless as we change the CARGO_HOME path to `/workspace`

0 commit comments

Comments
 (0)