New Features
-
--direct-onlyflag (#252) — Only show panics where user code directly calls a panic-triggering function. Hides indirect panics from library dependency internals. -
--report-unused-rulesflag (#251) — Warns about config allow entries and inline allow comments that aren't needed by the current codebase. Helps keep allow rules tidy. -
Inline allow propagation (#248) — When a function has
// jonesy:allow(cause), callers of that function within the same crate no longer need their own allow for the same cause. Eliminates redundant allow comments.
Full Changelog: v0.9.1...v0.10.0