v0.8.1
·
7 commits
to master
since this release
What's Changed
Bug Fix
- Allow suppression of causeless panic points (#255) — Previously, panic points with no identified causes could not be suppressed by any allow mechanism (
// jonesy:allow(unknown),allow = ["unknown"], or scoped rules). Now all code points are assigned at least one cause (JP000/unknown when unidentified), making them filterable by all existing allow mechanisms.
Test Fix
- Added
capacityto the perfect example's allow list to handle capacity overflow detection in newer Rust compilers on Linux x86_64.
Full Changelog: v0.8.0...v0.8.1