Remove dead code
This commit is contained in:
parent
85875abd2b
commit
48dda84ea1
|
@ -10,11 +10,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||||
|
|
||||||
USER vscode
|
USER vscode
|
||||||
|
|
||||||
# RUN rustup default nightly \
|
|
||||||
# && cargo install cargo-expand \
|
|
||||||
# && rustup component add rustfmt \
|
|
||||||
# && rustup component add clippy
|
|
||||||
|
|
||||||
RUN cargo install cargo-expand \
|
RUN cargo install cargo-expand \
|
||||||
&& rustup component add rustfmt \
|
&& rustup component add rustfmt \
|
||||||
&& rustup component add clippy
|
&& rustup component add clippy
|
||||||
|
|
Loading…
Reference in New Issue
Block a user