File tree 3 files changed +0
-9
lines changed
3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 1
- // error-pattern:yummy
2
- #![ feature( box_syntax) ]
3
1
#![ feature( rustc_private) ]
4
- #![ allow( clippy:: missing_docs_in_private_items) ]
5
2
6
3
// FIXME: switch to something more ergonomic here, once available.
7
4
// (Currently there is no way to opt into sysroot crates without `extern crate`.)
Original file line number Diff line number Diff line change 1
1
// error-pattern:cargo-clippy
2
2
#![ feature( plugin_registrar) ]
3
3
#![ feature( rustc_private) ]
4
- #![ allow( clippy:: missing_docs_in_private_items) ]
5
4
#![ warn( rust_2018_idioms) ]
6
5
7
6
// FIXME: switch to something more ergonomic here, once available.
Original file line number Diff line number Diff line change 1
- // error-pattern:yummy
2
- #![ feature( box_syntax) ]
3
- #![ feature( rustc_private) ]
4
- #![ allow( clippy:: missing_docs_in_private_items) ]
5
-
6
1
use rustc_tools_util:: * ;
7
2
8
3
const CARGO_CLIPPY_HELP : & str = r#"Checks a package to catch common mistakes and improve your Rust code.
You can’t perform that action at this time.
0 commit comments