diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-02-14 15:56:49 +0000 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2021-02-14 16:02:36 +0000 |
| commit | e5fd46adfa1dec4ae2248c9f507c35677736fcdb (patch) | |
| tree | 0326592216355ccb9099b8ada33831256a2525f9 | |
| parent | Update rust.yml (diff) | |
| download | atuin-e5fd46adfa1dec4ae2248c9f507c35677736fcdb.zip | |
Update rust.yml
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d51b9413..afc27711 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -51,7 +51,7 @@ jobs: with: toolchain: nightly override: true - components: rustfmt + components: clippy - name: Run clippy run: cargo clippy |
