1
Fork 0

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
No known key found for this signature in database
GPG key ID: 46047D739B6AE0B1
5 changed files with 21 additions and 26 deletions

View file

@ -103,7 +103,6 @@
#![feature(provide_any)]
#![feature(utf8_chunks)]
#![feature(is_ascii_octdigit)]
#![feature(duration_checked_float)]
#![deny(unsafe_op_in_unsafe_fn)]
extern crate test;