aboutsummaryrefslogtreecommitdiff
path: root/src/never.rs
AgeCommit message (Collapse)Author
2023-08-19break!: remove Never in favor of std::convert::InfallibleMartin Fischer
This change is a backport of 04e6cbe[1] from html5gum. [1]: https://github.com/untitaker/html5gum/commit/04e6cbe44bb7a388bd61d1c9cfe4c618eb3b0e29
2023-08-19break!: remove InfallibleTokenizer in favor of Iterator::flattenMartin Fischer
2021-11-26Read html from io::BufRead (#8)Markus Unterwaditzer