-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add suggestion to print_with_newline #2319
Comments
Why is changing |
It's not *auto*-applicable (by rustfix) because the lint doesn't use
`span_suggestion`.
Henri Wiechers <[email protected]> schrieb am Do. 4. Jan. 2018 um
05:18:
… Why is changing println!("") to println!() not applicable?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2319 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABOX9FztLLjql3m6HDrkh2Pdf3OSr2yks5tHFEHgaJpZM4RSOBC>
.
|
killercup
added a commit
to killercup/rust-clippy
that referenced
this issue
Jan 4, 2018
killercup
added a commit
to killercup/rust-clippy
that referenced
this issue
Jan 4, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This code
currently (clippy 0.0.177) triggers this:
where the suggested replacement is only in the
warning:
line, but is not a true, auto-applicable suggestion.The text was updated successfully, but these errors were encountered: