librustc_cratesio_shim => 2018
This commit is contained in:
parent
1efdda10cd
commit
fed677e56f
2 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
authors = ["The Rust Project Developers"]
|
||||
name = "rustc_cratesio_shim"
|
||||
version = "0.0.0"
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
crate-type = ["dylib"]
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#![deny(rust_2018_idioms)]
|
||||
|
||||
// See Cargo.toml for a comment explaining this crate.
|
||||
#![allow(unused_extern_crates)]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue