Stabilize duration_checked_float

Tracking issue:

- https://github.com/rust-lang/rust/issues/83400
This commit is contained in:
Ryan Lopopolo
2022-09-25 09:52:44 -07:00
parent b8c35ca26b
commit 95040a70d7
5 changed files with 21 additions and 26 deletions

View File

@@ -280,7 +280,6 @@
#![feature(core_intrinsics)]
#![feature(cstr_from_bytes_until_nul)]
#![feature(cstr_internals)]
#![feature(duration_checked_float)]
#![feature(duration_constants)]
#![feature(error_generic_member_access)]
#![feature(error_in_core)]