-
-
Notifications
You must be signed in to change notification settings - Fork 282
Open
Description
Currently, panics may not be consistently documented (as a follow-up to PR that removed unnecessary unsafe).
Whether Pest documents panics in a # Panics section following the standard library pattern. Note that unlike safety docs, panic docs are not required for soundness.
It doesn't, at least not consistently, but it should.
Originally posted by @tomtau in #998 (comment)