v0.14.1
Pre-release
Pre-release
Breaking Changes
None
New Features
- Change NearMatcher to support references to the target type in #628
Bug Fixes
- Fix the parsing logic of
matches_pattern!to support_at the top level in top-level structs in #627 - Fix the parsing logic of matches_pattern! to support
_at the top level in braced enums in #634 - Fix Clippy warnings: variables can be used directly in the
format!string in #639
Other Minor Changes
- Update documentation for
expect_true,expect_false,assert_predandexpect_predmacros, which accept formatting args in #617 - Refactor and split similar tests in
matches_pattern_test.rsto multiple files in #635
Full Changelog: v0.14.0...v0.14.1