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

Minor edit to text region replacement #5140

Merged
merged 3 commits into from
Feb 7, 2020
Merged

Conversation

tesuji
Copy link
Contributor

@tesuji tesuji commented Feb 6, 2020

changelog: none

@tesuji tesuji force-pushed the cleanup-replace branch 2 times, most recently from 702f258 to dda13d4 Compare February 7, 2020 01:29
}

pub static DOCS_LINK: &str = "https://rust-lang.github.io/rust-clippy/master/index.html";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not const?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had an debate with people on rustup. It seems that people prefer static str rather than
const str. They like that because static item have static address in binary.

@flip1995
Copy link
Member

flip1995 commented Feb 7, 2020

@bors r+

@bors
Copy link
Contributor

bors commented Feb 7, 2020

📌 Commit cf58537 has been approved by flip1995

@bors
Copy link
Contributor

bors commented Feb 7, 2020

⌛ Testing commit cf58537 with merge e9f5b2a...

bors added a commit that referenced this pull request Feb 7, 2020
Minor edit to text region replacement

changelog: none
@bors
Copy link
Contributor

bors commented Feb 7, 2020

💔 Test failed - status-appveyor

@flip1995 flip1995 added the S-waiting-on-bors Status: The marked PR was approved and is only waiting bors label Feb 7, 2020
@flip1995
Copy link
Member

flip1995 commented Feb 7, 2020

@bors retry

@bors
Copy link
Contributor

bors commented Feb 7, 2020

⌛ Testing commit cf58537 with merge 4ad6fb3...

bors added a commit that referenced this pull request Feb 7, 2020
Minor edit to text region replacement

changelog: none
@bors
Copy link
Contributor

bors commented Feb 7, 2020

☀️ Test successful - checks-travis, status-appveyor
Approved by: flip1995
Pushing 4ad6fb3 to master...

@bors bors merged commit cf58537 into rust-lang:master Feb 7, 2020
@bors bors mentioned this pull request Feb 8, 2020
@tesuji tesuji deleted the cleanup-replace branch February 8, 2020 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: The marked PR was approved and is only waiting bors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants