diff options
| author | Jules Bertholet <julesbertholet@quoi.xyz> | 2022-11-08 20:11:13 -0500 |
|---|---|---|
| committer | Jules Bertholet <julesbertholet@quoi.xyz> | 2022-12-11 01:20:18 -0500 |
| commit | 371d57084d7c2e2dd9b4ac6b5bb9fcc8b0dacd1e (patch) | |
| tree | a2fdd08b9be7349ff5d341e5d64df9abf387dbf1 /library/std/src/lib.rs | |
| parent | f8138110bca50f8eb9196e098d20df5f496b7051 (diff) | |
| download | rust-371d57084d7c2e2dd9b4ac6b5bb9fcc8b0dacd1e.tar.gz rust-371d57084d7c2e2dd9b4ac6b5bb9fcc8b0dacd1e.zip | |
Remove some `cfg(not(bootstrap))`
Diffstat (limited to 'library/std/src/lib.rs')
| -rw-r--r-- | library/std/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 02814d42dd3..dded8adee9a 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -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)] |
