Apply cfg(bootstrap) replacement
This commit is contained in:
parent
c56f950f23
commit
714fdacdf8
2 changed files with 0 additions and 2 deletions
|
|
@ -7,7 +7,6 @@
|
|||
#![feature(iter_intersperse)]
|
||||
#![feature(iter_partition_in_place)]
|
||||
#![feature(never_type)]
|
||||
#![cfg_attr(bootstrap, feature(round_char_boundary))]
|
||||
#![feature(rustc_private)]
|
||||
#![feature(stmt_expr_attributes)]
|
||||
#![feature(unwrap_infallible)]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#![warn(rust_2018_idioms, unused_lifetimes)]
|
||||
#![allow(clippy::assertions_on_constants)]
|
||||
#![cfg_attr(bootstrap, feature(path_file_prefix))]
|
||||
|
||||
use std::cmp::Ordering;
|
||||
use std::ffi::OsStr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue