Skip to content

Commit 1214a85

Browse files
authored
Add missing attr to clippy_workspace_tests/build.rs
1 parent 71b6d54 commit 1214a85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clippy_workspace_tests/build.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![deny(clippy::print_stdout)]
2+
13
fn main() {
24
// Test for #6041
35
println!("Hello");

0 commit comments

Comments
 (0)