Skip to content

Commit aa775a5

Browse files
committed
rustc-std-workspace-core => 2018
1 parent ad43389 commit aa775a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tools/rustc-std-workspace-core/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license = 'MIT/Apache-2.0'
66
description = """
77
Hack for the compiler's own build system
88
"""
9+
edition = "2018"
910

1011
[lib]
1112
path = "lib.rs"
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![feature(no_core)]
22
#![no_core]
3-
4-
extern crate core;
3+
#![deny(rust_2018_idioms)]
54

65
pub use core::*;

0 commit comments

Comments
 (0)