-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New lints ['needless_pub_self
], [pub_with_shorthand
] and [pub_without_shorthand
]
#10967
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
Conversation
r? @Manishearth (rustbot has picked a reviewer for you, use r? to override) |
6d8cca7
to
928b25a
Compare
☔ The latest upstream changes (presumably #10951) made this pull request unmergeable. Please resolve the merge conflicts. |
928b25a
to
8e71927
Compare
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.
code r=me, unsure on lint category
8e71927
to
0d4c163
Compare
I've changed the category to |
☔ The latest upstream changes (presumably #10884) made this pull request unmergeable. Please resolve the merge conflicts. |
0d4c163
to
54b3738
Compare
still has conflicts apparently |
Huh odd, looks like it was |
54b3738
to
46aa8ab
Compare
@bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
If I may ask, when will these be available on stable? Presumably when the next version of Rust comes out? Or something else? |
For nightly, when the next sync happens - it's been blocked for a good bit though. I believe 1.72.0 for the next rust version |
Closes #10963
Closes #10964
changelog: New lints ['
needless_pub_self
], [pub_with_shorthand
] and [pub_without_shorthand
]