blob: 4c170f4f5f6f98bec42cd3d87e0d55905e4ad2a2 [file] [log] [blame]
#![deny(rust_2018_idioms)]
// See Cargo.toml for a comment explaining this crate.
#![allow(unused_extern_crates)]
#![feature(nll)]
extern crate bitflags;
extern crate log;
extern crate proc_macro;
extern crate unicode_width;