mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 09:44:08 +00:00
Fix compiling libserialize tests
They've got new warnings turned on so they need more `#![allow]`
This commit is contained in:
parent
9b34ef643f
commit
7b907ded0e
@ -1,3 +1,5 @@
|
||||
#![allow(rustc::default_hash_types)]
|
||||
|
||||
extern crate serialize as rustc_serialize;
|
||||
|
||||
use rustc_serialize::{Encodable, Decodable};
|
||||
|
@ -1,3 +1,5 @@
|
||||
#![allow(rustc::default_hash_types)]
|
||||
|
||||
extern crate serialize as rustc_serialize;
|
||||
|
||||
use rustc_serialize::{Encodable, Decodable};
|
||||
|
Loading…
Reference in New Issue
Block a user