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 Aug 1, 2018
2 parents e65104a + 7fb0a52 commit f4afba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/clippy

0 comments on commit f4afba0

Please sign in to comment.