diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd96f1d..b9564bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: cargo binstall -y --force cargo-deny cargo-machete cargo-sort - name: Lint - run: cargo clippy --locked + run: cargo clippy --all-features --locked - name: Check dependencies run: cargo deny check diff --git a/.prettierrc.json b/.prettierrc.json index 7fd3381..76bf1ca 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -2,6 +2,5 @@ "bracketSpacing": false, "printWidth": 120, "singleQuote": true, - "tabWidth": 4, - "trailingComma": "none" + "tabWidth": 4 }