diff options
| author | Taiki Endo <te316e89@gmail.com> | 2019-02-06 22:55:03 +0900 |
|---|---|---|
| committer | Taiki Endo <te316e89@gmail.com> | 2019-02-06 22:55:03 +0900 |
| commit | 44b2cc0941e63cb8b12fd3a361d8eb8564504a73 (patch) | |
| tree | f2f362d53f8f83d69a550dbdb0d7e440dde464f3 /src/librustc_allocator/lib.rs | |
| parent | b139669f374eb5024a50eb13f116ff763b1c5935 (diff) | |
| download | rust-44b2cc0941e63cb8b12fd3a361d8eb8564504a73.tar.gz rust-44b2cc0941e63cb8b12fd3a361d8eb8564504a73.zip | |
librustc_allocator => 2018
Diffstat (limited to 'src/librustc_allocator/lib.rs')
| -rw-r--r-- | src/librustc_allocator/lib.rs | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/librustc_allocator/lib.rs b/src/librustc_allocator/lib.rs index 41c0be61595..16b9ccfda80 100644 --- a/src/librustc_allocator/lib.rs +++ b/src/librustc_allocator/lib.rs @@ -1,15 +1,6 @@ -#![feature(nll)] #![feature(rustc_private)] -#[macro_use] extern crate log; -extern crate rustc; -extern crate rustc_data_structures; -extern crate rustc_errors; -extern crate rustc_target; -extern crate syntax; -extern crate syntax_pos; -#[macro_use] -extern crate smallvec; +#![deny(rust_2018_idioms)] pub mod expand; |
