This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-02-04 02:54:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8bfc8bc5e0
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 09:33:44 +00:00
#[
deny(clippy::all)
]
Temporarily disable the needless_borrow lint
2018-04-08 08:55:42 +00:00
#[
derive(Debug)
]
pub
enum
Error
{
rustfmt tests
2018-12-09 22:26:16 +00:00
Type
(
&
'static
str
)
,
Temporarily disable the needless_borrow lint
2018-04-08 08:55:42 +00:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink