Remove dead code

This commit is contained in:
Joel Wachsler 2022-07-14 11:31:10 +00:00
parent 85875abd2b
commit 48dda84ea1

View File

@ -10,11 +10,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
USER vscode
# RUN rustup default nightly \
# && cargo install cargo-expand \
# && rustup component add rustfmt \
# && rustup component add clippy
RUN cargo install cargo-expand \
&& rustup component add rustfmt \
&& rustup component add clippy