-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New lint: missing_panic_doc #6430
Comments
FYI rustc has a |
As Clippy has a similar lint for functions that return errors, I think it makes sense to have a lint for functions that may panics.
I think these are detected by
I think this is covered by |
Yep, you can check this in the playground.
There's also missing_safety_doc. I think it makes sense to add a lint for this. Since it's the only remaining case that it's not currently linted, I will change also the description of the issue to reflect that. |
Duplicates #1974 |
Hey, I'm a would-be first-time contributor. Could I tentatively claim this? Thanks |
@rustbot claim |
@brightly-salty Go ahead and claim #1974 which this issue duplicates. Closing this issue. |
What it does
Checks for missing documentation.
Lints
The text was updated successfully, but these errors were encountered: