Rollup merge of #58256 - taiki-e:librustc_cratesio_shim-2018, r=Centril

librustc_cratesio_shim => 2018

Transitions `librustc_cratesio_shim` to Rust 2018; cc #58099

r? @Centril
This commit is contained in:
Mazdak Farrokhzad 2019-02-09 00:15:57 +01:00 committed by GitHub
commit 21509b81fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

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

View file

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