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

@ -19,7 +19,7 @@
html_root_url = "https://doc.rust-lang.org/nightly/",
test(attr(deny(warnings))))]
#![feature(unicode)]
#![feature(unicode_internals)]
#![feature(rustc_diagnostic_macros)]
#![feature(non_exhaustive)]
#![feature(const_atomic_usize_new)]