librustc_cratesio_shim => 2018

This commit is contained in:
Taiki Endo 2019-02-08 20:55:12 +09:00
parent 1efdda10cd
commit fed677e56f
2 changed files with 3 additions and 0 deletions

View file

@ -15,6 +15,7 @@
authors = ["The Rust Project Developers"]
name = "rustc_cratesio_shim"
version = "0.0.0"
edition = "2018"
[lib]
crate-type = ["dylib"]

View file

@ -1,3 +1,5 @@
#![deny(rust_2018_idioms)]
// See Cargo.toml for a comment explaining this crate.
#![allow(unused_extern_crates)]