1
Fork 0

Suppress some warnings about features

This commit is contained in:
Alex Crichton 2015-03-06 15:11:59 -08:00
parent 16ff1401d8
commit 1a30412ebf
3 changed files with 4 additions and 0 deletions

View file

@ -38,6 +38,7 @@
#![feature(str_words)]
#![feature(io)]
#![feature(path)]
#![feature(file_path)]
#![feature(path_ext)]
extern crate arena;