Skip to content

Commit

Permalink
Add missing attr to clippy_workspace_tests/build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ebroto authored Sep 26, 2020
1 parent 71b6d54 commit 1214a85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clippy_workspace_tests/build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![deny(clippy::print_stdout)]

fn main() {
// Test for #6041
println!("Hello");
Expand Down

0 comments on commit 1214a85

Please sign in to comment.