rustc-std-workspace-core => 2018
This commit is contained in:
parent
ad433894ab
commit
aa775a5deb
2 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,7 @@ license = 'MIT/Apache-2.0'
|
|||
description = """
|
||||
Hack for the compiler's own build system
|
||||
"""
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#![feature(no_core)]
|
||||
#![no_core]
|
||||
|
||||
extern crate core;
|
||||
#![deny(rust_2018_idioms)]
|
||||
|
||||
pub use core::*;
|
||||
|
|
Loading…
Add table
Reference in a new issue