Skip to content

Commit d9b9310

Browse files
Alex Holmbergclaude
authored andcommitted
fix(ci): remove recursive clippy alias that broke CI
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b8a3c86 commit d9b9310

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.cargo/config.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ t = "test"
99
tr = "test --release"
1010
r = "run"
1111
rr = "run --release"
12-
# Note: cargo fmt alias removed - was recursive and broke CI
13-
clippy = "clippy --all-targets --all-features"
12+
# Note: cargo fmt and clippy aliases removed - were recursive and broke CI

0 commit comments

Comments
 (0)