rust/clippy_lints
bors b64d21d980 Auto merge of #6079 - giraffate:print_stdout_in_build_rs, r=ebroto
Fix FP in `print_stdout`

Fix #6041

This lint shouldn't be emitted in `build.rs` as `println!` and `print!` are used for the build script.

changelog: none
2020-09-26 20:34:35 +00:00
..
src Auto merge of #6079 - giraffate:print_stdout_in_build_rs, r=ebroto 2020-09-26 20:34:35 +00:00
Cargo.toml bump pulldown-cmark v0.8 2020-09-16 12:09:57 +07:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.