Closed
Description
Recently clippy added a warning for missing "Safety" sections in public unsafe
methods/functions.
I'd like to see a similar thing for methods/functions that return Option or Result but don't have a "Errors" section in their doc.
(allow by default of course, we don't want to give people a heart attack)