1
Fork 0

Deny internal in stage0

This commit is contained in:
Mateusz Mikuła 2019-04-15 13:35:08 +02:00 committed by Mazdak Farrokhzad
parent 531a9bdbe6
commit 87e4b43d51
27 changed files with 27 additions and 29 deletions

View file

@ -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