We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1efdda1 commit fed677eCopy full SHA for fed677e
src/librustc_cratesio_shim/Cargo.toml
@@ -15,6 +15,7 @@
15
authors = ["The Rust Project Developers"]
16
name = "rustc_cratesio_shim"
17
version = "0.0.0"
18
+edition = "2018"
19
20
[lib]
21
crate-type = ["dylib"]
src/librustc_cratesio_shim/src/lib.rs
@@ -1,3 +1,5 @@
1
+#![deny(rust_2018_idioms)]
2
+
3
// See Cargo.toml for a comment explaining this crate.
4
#![allow(unused_extern_crates)]
5
0 commit comments