1
Fork 0

Fix up some tests for feature staging

This commit is contained in:
Brian Anderson 2015-01-16 10:25:13 -08:00
parent 11f4d62a06
commit e62c37eb8d
13 changed files with 14 additions and 7 deletions

View file

@ -12,6 +12,7 @@
#![allow(dead_code)]
#![deny(non_snake_case)]
#![feature(unnamed_feature)]
use std::io::File;
use std::io::IoError;