Problem Statement
deny.toml declares both [bans] multiple-versions = "warn" and [sources] unknown-* twice; cargo-deny produces warnings.
Why it matters
Duplicate blocks risk being actively ignored by future tooling; tidying ensures deterministic linting.
Technical Context
Merge duplicates; move deprecated unknown-git = "warn" to deny.
Expected Outcome
deny.toml parses with no warning; cargo deny runs clean.
Acceptance Criteria
cargo deny check produces no warnings.
- File under 30 LOC.
- Changelog note.
Implementation Notes
Single edit.
Files or modules likely to be affected
deny.toml.
Dependencies
None.
Difficulty level
EASY.
Estimated effort
XS (~15 min).
Problem Statement
deny.tomldeclares both[bans] multiple-versions = "warn"and[sources] unknown-*twice; cargo-deny produces warnings.Why it matters
Duplicate blocks risk being actively ignored by future tooling; tidying ensures deterministic linting.
Technical Context
Merge duplicates; move deprecated
unknown-git = "warn"todeny.Expected Outcome
deny.tomlparses with no warning;cargo denyruns clean.Acceptance Criteria
cargo deny checkproduces no warnings.Implementation Notes
Single edit.
Files or modules likely to be affected
deny.toml.
Dependencies
None.
Difficulty level
EASY.
Estimated effort
XS (~15 min).