We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83294f8 commit 71b6d54Copy full SHA for 71b6d54
clippy_workspace_tests/build.rs
@@ -0,0 +1,5 @@
1
+fn main() {
2
+ // Test for #6041
3
+ println!("Hello");
4
+ print!("Hello");
5
+}
0 commit comments