1
Fork 0

Mark the rest of the unicode feature flag as perma-unstable.

This commit is contained in:
Simon Sapin 2018-04-06 14:23:00 +02:00
parent 1ca2905cda
commit ef41788cf3
7 changed files with 4 additions and 7 deletions

View file

@ -113,7 +113,7 @@
#![feature(trusted_len)]
#![feature(try_reserve)]
#![feature(unboxed_closures)]
#![feature(unicode)]
#![feature(unicode_internals)]
#![feature(unsize)]
#![feature(allocator_internals)]
#![feature(on_unimplemented)]