File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 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) ]
31#![ feature( rustc_private) ]
4- #![ allow( clippy:: missing_docs_in_private_items) ]
52
63// FIXME: switch to something more ergonomic here, once available.
74// (Currently there is no way to opt into sysroot crates without `extern crate`.)
Original file line number Diff line number Diff line change 11// error-pattern:cargo-clippy
22#![ feature( plugin_registrar) ]
33#![ feature( rustc_private) ]
4- #![ allow( clippy:: missing_docs_in_private_items) ]
54#![ warn( rust_2018_idioms) ]
65
76// 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-
61use rustc_tools_util:: * ;
72
83const 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