diff --git a/recipes/quickstart.md b/recipes/quickstart.md index b228ab9..64a3ce8 100644 --- a/recipes/quickstart.md +++ b/recipes/quickstart.md @@ -58,8 +58,8 @@ jobs: with: profile: minimal toolchain: stable + components: rustfmt override: true - - run: rustup component add rustfmt - uses: actions-rs/cargo@v1 with: command: fmt @@ -74,8 +74,8 @@ jobs: with: profile: minimal toolchain: stable + components: clippy override: true - - run: rustup component add clippy - uses: actions-rs/cargo@v1 with: command: clippy