Fix compiling libserialize tests

They've got new warnings turned on so they need more `#![allow]`
This commit is contained in:
Alex Crichton 2019-09-10 09:10:32 -07:00
parent 9b34ef643f
commit 7b907ded0e
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#![allow(rustc::default_hash_types)]
extern crate serialize as rustc_serialize;
use rustc_serialize::{Encodable, Decodable};

View file

@ -1,3 +1,5 @@
#![allow(rustc::default_hash_types)]
extern crate serialize as rustc_serialize;
use rustc_serialize::{Encodable, Decodable};