PoiScript / orgize

A Rust library for parsing org-mode files.
https://poiscript.github.io/orgize/
MIT License
277 stars 34 forks source link

Remove unneeded default constraint on HtmlHandler #64

Closed scd31 closed 7 months ago

PoiScript commented 7 months ago

@scd31 thanks you for contributing!

HtmlHandler is going to be removed in v0.10 and superseded by Traverser trait which doesn't have default constraint.