Apply cfg(bootstrap) replacement

This commit is contained in:
Mark Rousskov 2025-09-15 22:01:36 -04:00
parent c56f950f23
commit 714fdacdf8
2 changed files with 0 additions and 2 deletions

View file

@ -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)]

View file

@ -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;