Rollup merge of #58287 - taiki-e:rustc-std-workspace-core-2018, r=alexcrichton

rustc-std-workspace-core => 2018

Transitions `rustc-std-workspace-core` to Rust 2018; cc #58099

r? @alexcrichton
This commit is contained in:
Mazdak Farrokhzad 2019-02-12 04:42:19 +01:00 committed by GitHub
commit 95ffa78784
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -6,6 +6,7 @@ license = 'MIT/Apache-2.0'
description = """
Hack for the compiler's own build system
"""
edition = "2018"
[lib]
path = "lib.rs"

View file

@ -1,6 +1,5 @@
#![feature(no_core)]
#![no_core]
extern crate core;
#![deny(rust_2018_idioms)]
pub use core::*;