Skip to content

Commit

Permalink
librustc_cratesio_shim => 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 8, 2019
1 parent 1efdda1 commit fed677e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_cratesio_shim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
authors = ["The Rust Project Developers"]
name = "rustc_cratesio_shim"
version = "0.0.0"
edition = "2018"

[lib]
crate-type = ["dylib"]
Expand Down
2 changes: 2 additions & 0 deletions src/librustc_cratesio_shim/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![deny(rust_2018_idioms)]

// See Cargo.toml for a comment explaining this crate.
#![allow(unused_extern_crates)]

Expand Down

0 comments on commit fed677e

Please sign in to comment.