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
eb53cca768
rust-clippy
/
tests
/
run-pass
/
regressions.rs
10 lines
104 B
Rust
Raw
Normal View
History
Unescape
Escape
Reduce the hackiness of cargo-clippy
2017-09-18 10:47:33 +00:00
Move all our tests back to ui tests
2017-08-01 15:54:21 +00:00
#![
allow(blacklisted_name)
]
Fix various wrong uses of NestedVisitorMap::All
2017-05-12 10:02:42 +00:00
pub
fn
foo
(
bar
:
*
const
u8
)
{
println!
(
"
{:#p}
"
,
bar
)
;
}
fn
main
(
)
{
}
Reference in a new issue
Copy permalink