]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Auto merge of #53256 - ollie27:writeln, r=KodrAus
authorbors <bors@rust-lang.org>
Thu, 16 Aug 2018 13:29:40 +0000 (13:29 +0000)
committerbors <bors@rust-lang.org>
Thu, 16 Aug 2018 13:29:40 +0000 (13:29 +0000)
commit50503497492e9bab8bc8c5ad3fe403a3a80276d3
treedf69d41606a5f06d71faa1f626e6a3f8b769fb1a
parentb837f5be70256aa47f948f79170d109a6fc8527c
parent7b0bafe74973977c1c2c3f85b3a50e3e522d053c
Auto merge of #53256 - ollie27:writeln, r=KodrAus

Don't accept non-string literals for the format string in writeln

This is to improve diagnostics.

`println` and `eprintln` were already fixed by #52394.

Fixes #30143