This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
80c6f8ff7b
rust
/
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 04:33:44 -05:00
#[
deny(clippy::all)
]
Temporarily disable the needless_borrow lint
2018-04-08 03:55:42 -05:00
#[
derive(Debug)
]
pub
enum
Error
{
rustfmt tests
2018-12-09 16:26:16 -06:00
Type
(
&
'static
str
)
,
Temporarily disable the needless_borrow lint
2018-04-08 03:55:42 -05:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink