Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
SimplificationOptions::off()
(#38)
This enables easily running `simplify()` on a single category: ```rust tree.simplify(&SimplificationOptions { prune_empty_tabs: true, ..SimplificationOptions::OFF }); ```
- Loading branch information