Remove warning

This commit is contained in:
Manish Goregaokar
2018-07-19 01:06:29 -07:00
parent 5918a3fc1e
commit 3c2b54870e

View File

@@ -13,7 +13,6 @@
#![feature(macro_at_most_once_rep)]
#![feature(rust_2018_preview)]
#![warn(rust_2018_idioms)]
#![allow(macro_use_extern_crate)]
use toml;
use rustc_plugin;