Add allow(unstable) to tests that need it
This commit is contained in:
parent
3e38926ff4
commit
1f46ae285d
11 changed files with 11 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
// ignore-tidy-linelength
|
||||
|
||||
#![allow(dead_code)]
|
||||
#![allow(unstable)]
|
||||
#![deny(non_snake_case)]
|
||||
|
||||
use std::io::File;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue