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
2024-11-14 17:07:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5852ca8443
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 20:22:47 +00:00
#![
deny(clippy::print_stdout)
]
Add build script but does not work in the dogfood test
2020-09-26 14:54:18 +00:00
fn
main
(
)
{
// Test for #6041
println!
(
"
Hello
"
)
;
print!
(
"
Hello
"
)
;
}
Reference in a new issue
Copy permalink