Skip to content

Commit 3a30d70

Browse files
authored
chore: remove & check unused dependencies (#269)
`cargo shear` now passes
1 parent 48b72e9 commit 3a30d70

13 files changed

Lines changed: 9 additions & 263 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,11 @@ jobs:
7171
with:
7272
save-cache: ${{ github.ref_name == 'main' }}
7373
cache-key: lint
74+
tools: cargo-shear
7475
components: clippy rust-docs rustfmt
7576

7677
- run: |
78+
cargo shear
7779
cargo fmt --check
7880
# cargo clippy --all-targets --all-features -- -D warnings
7981
RUSTDOCFLAGS='-D warnings' cargo doc --no-deps --document-private-items

0 commit comments

Comments
 (0)