Closed madig closed 2 years ago
The doc updates sorta duplicate the meaning of the error message in the docstring and the Display trait. Should we use thiserror in norad?
Experimental PR at https://github.com/linebender/norad/pull/211.
looking into this I think it's a good idea, and generates the same code we would get if we were hand-writing things.
The doc updates sorta duplicate the meaning of the error message in the docstring and the Display trait. Should we use thiserror in norad?