-
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: [should_panic_without_expect
]
#11204
Conversation
r? @Alexendoo (rustbot has picked a reviewer for you, use r? to override) |
I'd say call this |
should_panic_without_reason
]should_panic_without_expect
]
Good point, I renamed the lint and also rewrote it as a late lint now |
I'm not sure why CI is failing. It wants me to run |
Maybe rebase and run |
You can add |
👍 @bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Closes #10956
changelog: new lint: [
should_panic_without_expect
]