We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b6d54 commit 1214a85Copy full SHA for 1214a85
clippy_workspace_tests/build.rs
@@ -1,3 +1,5 @@
1
+#![deny(clippy::print_stdout)]
2
+
3
fn main() {
4
// Test for #6041
5
println!("Hello");
0 commit comments