rustc_cratesio_shim/
lib.rs

1#![deny(rust_2018_idioms)]
2
3// See Cargo.toml for a comment explaining this crate.
4#![allow(unused_extern_crates)]
5
6#![feature(nll)]
7
8extern crate bitflags;
9extern crate log;
10extern crate proc_macro;
11extern crate unicode_width;