-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: use
Formatter::debug_{map,set}
instead of hand-written outer…
… `Debug` structure This actually supports pretty-printing with the alternate flag `:#`, which is surely intended. It should be noted that pretty-printing can be significantly slower than using "plain" `Debug` printing. Performance-sensitive users that desire to keep the "fast" printing behavior should avoid specifying `{:#?}` for their `GenericPatriciaMap`s and `GenericPatriciaSet`s.
- Loading branch information
1 parent
ce8f731
commit dd57650
Showing
2 changed files
with
2 additions
and
18 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
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