We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ca1b70 + aa775a5 commit 95ffa78Copy full SHA for 95ffa78
src/tools/rustc-std-workspace-core/Cargo.toml
@@ -6,6 +6,7 @@ license = 'MIT/Apache-2.0'
6
description = """
7
Hack for the compiler's own build system
8
"""
9
+edition = "2018"
10
11
[lib]
12
path = "lib.rs"
src/tools/rustc-std-workspace-core/lib.rs
@@ -1,6 +1,5 @@
1
#![feature(no_core)]
2
#![no_core]
3
-
4
-extern crate core;
+#![deny(rust_2018_idioms)]
5
pub use core::*;
0 commit comments