Skip to content

Commit 3893b2f

Browse files
committed
libprofiler_builtins => 2018
1 parent b139669 commit 3893b2f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/libprofiler_builtins/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ authors = ["The Rust Project Developers"]
33
build = "build.rs"
44
name = "profiler_builtins"
55
version = "0.0.0"
6+
edition = "2018"
67

78
[lib]
89
name = "profiler_builtins"

src/libprofiler_builtins/build.rs

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
//!
33
//! See the build.rs for libcompiler_builtins crate for details.
44
5-
extern crate cc;
6-
75
use std::env;
86
use std::path::Path;
97

src/libprofiler_builtins/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
reason = "internal implementation detail of rustc right now",
66
issue = "0")]
77
#![allow(unused_features)]
8-
#![feature(nll)]
98
#![feature(staged_api)]
9+
#![deny(rust_2018_idioms)]

0 commit comments

Comments
 (0)