Update to html2text 0.12.5.
That involves an API change: some '&mut self' become '&self' in the TextDecorator trait. Happily none of my implementations of those methods needed the mut in any case.
Loading
Please register or sign in to comment
That involves an API change: some '&mut self' become '&self' in the TextDecorator trait. Happily none of my implementations of those methods needed the mut in any case.