1
Fork 0

Stabilize checked_duration_since for 1.39.0

Resolves #58402.
This commit is contained in:
Vitaly _Vi Shukela 2019-07-22 00:54:42 +03:00
parent b3146549ab
commit 843fba3ed1
No known key found for this signature in database
GPG key ID: C097221D6E03DF68
2 changed files with 2 additions and 5 deletions

View file

@ -244,7 +244,6 @@
#![feature(cfg_target_has_atomic)]
#![feature(cfg_target_thread_local)]
#![feature(char_error_internals)]
#![feature(checked_duration_since)]
#![feature(clamp)]
#![feature(compiler_builtins_lib)]
#![feature(concat_idents)]