-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[missing_panics_doc
]: pickup expect method
#10953
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
[missing_panics_doc
]: pickup expect method
#10953
Conversation
r? @dswij (rustbot has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! The lint itself looks great. Just a small comment
We have a test for missing_panics_doc
here https://github.com/rust-lang/rust-clippy/blob/eee3112dc343fc52d2221bffa4d832c9c27df054/tests/ui/missing_panics_doc.rs. Can we extend on that instead of creating a new test file?
Co-authored-by: dswij <[email protected]>
Oh, I didn't notice it; fixed it :) |
@rustbot ready |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks for addressing the comments!
@bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
close #10240
Please write a short comment explaining your change (or "none" for internal only changes)
changelog: [
missing_panics_doc
]: pickup expect method