From 48dda84ea1548ebb7b3790012594da7528760844 Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Thu, 14 Jul 2022 11:31:10 +0000 Subject: [PATCH] Remove dead code --- .devcontainer/Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 57300f3..c641ae1 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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