Add error and panic documentation #40
Labels
area: library
Improvements to the library API quality
type: documentation
Improvements or additions to documentation
Milestone
Is your feature request related to a problem? Please describe.
We should document all places where an error can occur in library code.
Describe the solution you'd like
Enable
clippy::missing_errors_doc
andclippy::missing_panics_doc
doc lints and fix all occurrences.The text was updated successfully, but these errors were encountered: