X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flib.rs;h=86174a6b316fc942663ef7122eb71b74a15f7bcd;hb=e01caad2a87f6176f0d533ef861b1b01a5474adf;hp=be0c10c8ff2052e394186b01babc17271c52c60f;hpb=f11d993c0f0a8282e6721f770c04960ae1d2b2bc;p=rust.git diff --git a/src/lib.rs b/src/lib.rs index be0c10c8ff2..86174a6b316 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,11 +1,10 @@ // error-pattern:cargo-clippy #![feature(plugin_registrar)] #![feature(rustc_private)] -#![allow(clippy::missing_docs_in_private_items)] #![warn(rust_2018_idioms)] // FIXME: switch to something more ergonomic here, once available. -// (currently there is no way to opt into sysroot crates w/o `extern crate`) +// (Currently there is no way to opt into sysroot crates without `extern crate`.) #[allow(unused_extern_crates)] extern crate rustc_driver; #[allow(unused_extern_crates)]