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

Write literal suggestion #6821

Merged
merged 4 commits into from
Mar 17, 2021
Merged

Conversation

Jarcho
Copy link
Contributor

@Jarcho Jarcho commented Mar 1, 2021

fixes: #6768

changelog: Add suggestion to write_literal and print_literal lints
changelog: Change use_debug to point only at the format string

@rust-highfive
Copy link

r? @flip1995

(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 Mar 1, 2021
Copy link
Member

@flip1995 flip1995 left a comment

Choose a reason for hiding this comment

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

Sorry for taking so long! This looks overall really good! I just have two NITs.

clippy_lints/src/write.rs Outdated Show resolved Hide resolved
clippy_lints/src/write.rs Outdated Show resolved Hide resolved
@flip1995 flip1995 added S-waiting-on-author Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status) and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties labels Mar 15, 2021
@bors
Copy link
Collaborator

bors commented Mar 16, 2021

☔ The latest upstream changes (presumably #6914) made this pull request unmergeable. Please resolve the merge conflicts.

Copy link
Member

@flip1995 flip1995 left a comment

Choose a reason for hiding this comment

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

Needs rebase, otherwise LGTM.

Don't lint on a mixture of raw and regular strings
Fix spans in format strings
@flip1995
Copy link
Member

@bors r+

Thanks!

@bors
Copy link
Collaborator

bors commented Mar 17, 2021

📌 Commit d45873b has been approved by flip1995

@bors
Copy link
Collaborator

bors commented Mar 17, 2021

⌛ Testing commit d45873b with merge d695bfc...

@bors
Copy link
Collaborator

bors commented Mar 17, 2021

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: flip1995
Pushing d695bfc to master...

@bors bors merged commit d695bfc into rust-lang:master Mar 17, 2021
@Jarcho Jarcho deleted the write_literal_suggestion branch April 6, 2021 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-author Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

questionable write_literal warning: write!(f, "{}", "{integer}")
4 participants