1
Fork 0

add a few blanket future impls to std

This commit is contained in:
tinaun 2018-06-08 16:45:27 -04:00
parent 1b4c921103
commit 6e5c18e8dc
6 changed files with 82 additions and 0 deletions

View file

@ -80,6 +80,7 @@
#![cfg_attr(test, feature(rand, test))]
#![feature(allocator_api)]
#![feature(allow_internal_unstable)]
#![feature(arbitrary_self_types)]
#![feature(ascii_ctype)]
#![feature(box_into_raw_non_null)]
#![feature(box_patterns)]