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-17 22:48:48 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a80e278036
rust-clippy
/
tests
/
ui
/
crashes
/
needless_borrow_fp.rs
8 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
Adapt run-pass tests to the tool_lints
2018-07-30 11:33:44 +02:00
#[
deny(clippy::all)
]
Temporarily disable the needless_borrow lint
2018-04-08 10:55:42 +02:00
#[
derive(Debug)
]
pub
enum
Error
{
rustfmt tests
2018-12-09 23:26:16 +01:00
Type
(
&
'static
str
)
,
Temporarily disable the needless_borrow lint
2018-04-08 10:55:42 +02:00
}
fn
main
(
)
{
}
Reference in a new issue
Copy permalink