1
Fork 0

Add allow(unstable) to tests that need it

This commit is contained in:
Brian Anderson 2015-01-16 23:35:44 -08:00
parent 3e38926ff4
commit 1f46ae285d
11 changed files with 11 additions and 0 deletions

View file

@ -11,6 +11,7 @@
// ignore-tidy-linelength
#![allow(dead_code)]
#![allow(unstable)]
#![deny(non_snake_case)]
use std::io::File;