Remove usage of unstable feature ascii_ctypes

This commit is contained in:
Simon Sapin 2017-10-11 20:21:07 +02:00
parent cbcc7d0802
commit 4ee8f56b9c
2 changed files with 11 additions and 4 deletions

View file

@ -2,7 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(ascii_ctype)]
#![feature(box_syntax)]
#![feature(conservative_impl_trait)]
#![feature(const_fn)]