-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add a
simplify
for error messages (#156)
* feat: add a `simplify` for error messages * Fix broken links Co-authored-by: konsti <[email protected]> * Inline locate_versions, to simplify lifetimes While attempting to use this simplification code I got an odd lifetime error with ``` let c = set.complement(); let s = c.simplify(versions); s.complement() ``` By in lining locate_versions the lifetimes could be simplified so that that code works * correct capitalization Co-authored-by: Zanie Blue <[email protected]> * improve comment Co-authored-by: Zanie Blue <[email protected]> --------- Co-authored-by: konsti <[email protected]> Co-authored-by: Zanie Blue <[email protected]>
- Loading branch information
1 parent
acfbe99
commit 2b2d8d4
Showing
1 changed file
with
152 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters