You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to standardize the debug format calls. Probably inline with the format used by ripgrep since I've seen this same format used in several places.
Because why the hell not?
1.6.0 (2022-07-05)
New features:
FEATURE clap-rs#832: Clarify that Captures::len includes all groups, not just matching groups.
FEATURE clap-rs#857: Add an ExactSizeIterator impl for SubCaptureMatches.
FEATURE clap-rs#861: Improve RegexSet documentation examples.
FEATURE clap-rs#877: Upgrade to Unicode 14.
Bug fixes:
BUG clap-rs#792: Fix error message rendering bug.
1.5.6 (2022-05-20)
BUG clap-rs#680: Fixes a bug where [[:alnum:][:^ascii:]] dropped [:alnum:] from the class.
BUG clap-rs#859: Fixes a bug where Hir::is_match_empty returned false for \b.
BUG clap-rs#862: Fixes a bug where 'ab??' matches 'ab' instead of 'a' in 'ab'.
I'd like to standardize the debug format calls. Probably inline with the format used by
ripgrep
since I've seen this same format used in several places.Example:
as in
The text was updated successfully, but these errors were encountered: