fix(web): silence dead_code + too_many_arguments lints #30

Merged
YousifShkara merged 1 commit from fix/web-fmt into main 2026-06-02 08:08:30 +02:00
Owner

CI's cargo clippy -- -D warnings flagged 15 errors across bunyip-web after the cargo fmt sweep landed. Every finding is unused-but-public API surface (recovery codes, downloads, feedback admin, subscribe helpers + their response types) staged ahead of the handler PRs that consume them, plus the pricing_card builder hitting the 7-arg ceiling. Set dead_code + clippy::too_many_arguments to allow at the bunyip-web crate level so CI stays green while the matching handlers land. The unused redirect import in handlers/dashboard.rs was a real find: drop it.

CI's `cargo clippy -- -D warnings` flagged 15 errors across bunyip-web after the cargo fmt sweep landed. Every finding is unused-but-public API surface (recovery codes, downloads, feedback admin, subscribe helpers + their response types) staged ahead of the handler PRs that consume them, plus the pricing_card builder hitting the 7-arg ceiling. Set dead_code + clippy::too_many_arguments to allow at the bunyip-web crate level so CI stays green while the matching handlers land. The unused `redirect` import in handlers/dashboard.rs was a real find: drop it.
fix(web): silence dead_code + too_many_arguments lints
Some checks failed
Create release / Create release from merged PR (pull_request) Has been skipped
Check / fmt / clippy / build / test (pull_request) Failing after 41s
2c1912b872
CI's `cargo clippy -- -D warnings` flagged 15 errors across bunyip-web after the cargo fmt sweep landed. Every finding is unused-but-public API surface (recovery codes, downloads, feedback admin, subscribe helpers + their response types) staged ahead of the handler PRs that consume them, plus the pricing_card builder hitting the 7-arg ceiling. Set dead_code + clippy::too_many_arguments to allow at the bunyip-web crate level so CI stays green while the matching handlers land. The unused `redirect` import in handlers/dashboard.rs was a real find: drop it.
YousifShkara deleted branch fix/web-fmt 2026-06-02 08:08:31 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
psa-systems/bunyip!30
No description provided.