-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Implement unused_parens
for const
and static
items
#68751
Conversation
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
|
unused_parens
for const
and static
items
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
e9b50e2
to
da9b9f8
Compare
Ah, darn. Looks like there are some issues to be resolved with the submodule. I'll update it in a separate branch and resolve them there. |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
da9b9f8
to
2764386
Compare
@bors r=Centril |
@Tyg13: 🔑 Insufficient privileges: Not in reviewers |
@bors r+ |
📌 Commit 27643862db942b077c5fe731ffdc31e9f0ede161 has been approved by |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors r- |
2764386
to
d8cf950
Compare
Whoops, that's what I get for pushing without running |
@bors r+ |
📌 Commit d8cf950 has been approved by |
…=Centril Implement `unused_parens` for `const` and `static` items Fixes rust-lang#67942
Rollup of 9 pull requests Successful merges: - #68691 (Remove `RefCell` usage from `ObligationForest`.) - #68751 (Implement `unused_parens` for `const` and `static` items) - #68788 (Towards unified `fn` grammar) - #68837 (Make associated item collection a query) - #68842 (or_patterns: add regression test for #68785) - #68844 (use def_path_str for missing_debug_impls message) - #68845 (stop using BytePos for computing spans in librustc_parse/parser/mod.rs) - #68869 (clean up E0271 explanation) - #68880 (Forbid using `0` as issue number) Failed merges: r? @ghost
Fixes #67942