Deny internal
in stage0
This commit is contained in:
parent
531a9bdbe6
commit
87e4b43d51
27 changed files with 27 additions and 29 deletions
|
@ -6,7 +6,7 @@
|
|||
#![feature(nll)]
|
||||
#![feature(optin_builtin_traits)]
|
||||
#![deny(rust_2018_idioms)]
|
||||
#![cfg_attr(not(stage0), deny(internal))]
|
||||
#![deny(internal)]
|
||||
|
||||
#[allow(unused_extern_crates)]
|
||||
extern crate serialize as rustc_serialize; // used by deriving
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue