Remove some cfg(not(bootstrap))

This commit is contained in:
Jules Bertholet
2022-11-08 20:11:13 -05:00
parent f8138110bc
commit 371d57084d
5 changed files with 3 additions and 7 deletions

View File

@@ -307,7 +307,7 @@
#![feature(provide_any)]
#![feature(ptr_as_uninit)]
#![feature(raw_os_nonzero)]
#![cfg_attr(not(bootstrap), feature(round_ties_even))]
#![feature(round_ties_even)]
#![feature(slice_internals)]
#![feature(slice_ptr_get)]
#![feature(std_internals)]