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-10 23:24:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
268ff85326
rust-clippy
/
tests
/
ui
/
dbg_macro.rs
6 lines
57 B
Rust
Raw
Normal View
History
Unescape
Escape
fix category and use suggestion
2019-02-01 00:23:40 +00:00
#![
warn(clippy::dbg_macro)
]
implement dbg_macro rule (fixes #3721)
2019-01-30 17:39:38 +00:00
fn
main
(
)
{
dbg!
(
42
)
;
}
Reference in a new issue
Copy permalink