vscode installs clippy already

master
JoYo 2023-03-27 13:17:38 -04:00
parent dd5158cf46
commit 27c5c52efe
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ ADD https://win.rustup.rs C:\docker\rustup-init.exe
RUN C:\docker\rustup-init.exe --quiet -y
RUN setx path "%path%;%USERPROFILE%\.cargo\bin"
RUN rustup update
RUN rustup component add clippy
VOLUME C:\source\
WORKDIR C:\source\