This website requires JavaScript.
Explore
Help
Sign in
Mirrors
/
rust-clippy
Watch
2
Star
0
Fork
You've already forked rust-clippy
0
mirror of
https://github.com/rust-lang/rust-clippy
synced
2025-02-16 05:58:41 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
b10be16702
rust-clippy
/
tests
/
workspace_test
/
build.rs
8 lines
112 B
Rust
Raw
Normal View
History
Unescape
Escape
Add missing attr to clippy_workspace_tests/build.rs
2020-09-26 22:22:47 +02:00
#![
deny(clippy::print_stdout)
]
Add build script but does not work in the dogfood test
2020-09-26 23:54:18 +09:00
fn
main
(
)
{
// Test for #6041
println!
(
"
Hello
"
)
;
print!
(
"
Hello
"
)
;
}
Reference in a new issue
Copy permalink