mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 05:03:21 +00:00
Add missing attr to clippy_workspace_tests/build.rs
This commit is contained in:
parent
71b6d54cd9
commit
1214a858e0
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#![deny(clippy::print_stdout)]
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
// Test for #6041
|
// Test for #6041
|
||||||
println!("Hello");
|
println!("Hello");
|
||||||
|
|
Loading…
Reference in a new issue