Skip to content

Commit

Permalink
Rollup merge of rust-lang#52745 - commandline:master, r=oli-obk
Browse files Browse the repository at this point in the history
Update clippy to latest master

r? @oli-obk

There is a regression in the version in current nightly that falsely lints `println!` and `writeln!` that use named arguments, thinking all rhs values for the argument expressions are literals even when they are not. This update includes the fix for that.
  • Loading branch information
Mark-Simulacrum committed Jul 30, 2018
2 parents 0b8f644 + 7fb0a52 commit a3304e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/clippy

0 comments on commit a3304e7

Please sign in to comment.