-
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
pub_use
restriction
#8670
pub_use
restriction
#8670
Conversation
r? @giraffate (rust-highfive has picked a reviewer for you, use r? to override) |
Adding the lint docs |
☔ The latest upstream changes (presumably #8660) made this pull request unmergeable. Please resolve the merge conflicts. |
Can you do a rebase, not merge commit? We follow a no-merge commit policy: https://github.com/rust-lang/rust-clippy/blob/master/doc/basics.md#pr |
Sure, no problem, will rebase. Are there any changes that should be made to the contents? |
Oh, I haven't been able to review it yet. Sorry, please wait a little longer. |
No worries, was trying to understand if we're pre or post review, whenever you can is ok 🙂 |
Done @giraffate |
The rebase removed the description, will be able to fix later |
@bors r+ Thanks! |
📌 Commit 66d253f has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
[
pub_use
]Fixes #8545
.stderr
file)cargo test
passes locallycargo dev update_lints
cargo dev fmt
changelog: Adds a lint called
pub_use
that restricts the usage ofpub use ...