From 49b229601541d0c7e56f0b4a17792d5185217042 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Fri, 12 Feb 2021 19:08:33 +0900 Subject: [PATCH] Revert "Install rustfmt and cargo-clippy explicitly in dev env" This reverts commit 347bc653d80806ce38809c3193529099c345336e. --- Dockerfile.dev | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.dev b/Dockerfile.dev index 6ebd0b19..ccbafe14 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -19,7 +19,6 @@ RUN chmod a+x ./wasm-deps.sh && sleep 1 && ./wasm-deps.sh WORKDIR /app COPY Cargo.toml Cargo.lock rust-toolchain ./ -RUN rustup component add rustfmt clippy RUN cargo install wasm-pack COPY . .