Skip to content
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

Don't suggest adding 'static lifetime to arguments #85240

Merged
merged 1 commit into from
May 13, 2021

Conversation

Aaron1011
Copy link
Member

Fixes #69350

This is almost always the wrong this to do

Fixes rust-lang#69350

This is almost always the wrong this to do
@rust-highfive
Copy link
Collaborator

r? @davidtwco

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 13, 2021
@davidtwco
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented May 13, 2021

📌 Commit bc6330d has been approved by davidtwco

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 13, 2021
bors added a commit to rust-lang-ci/rust that referenced this pull request May 13, 2021
…laumeGomez

Rollup of 4 pull requests

Successful merges:

 - rust-lang#85068 (Fix diagnostic for cross crate private tuple struct constructors)
 - rust-lang#85175 (Rustdoc cleanup)
 - rust-lang#85177 (add BITS associated constant to core::num::Wrapping)
 - rust-lang#85240 (Don't suggest adding `'static` lifetime to arguments)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 3761ada into rust-lang:master May 13, 2021
@rustbot rustbot added this to the 1.54.0 milestone May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't suggest adding 'static lifetime to function arguments
5 participants