Skip to content

Commit 7b907de

Browse files
committed
Fix compiling libserialize tests
They've got new warnings turned on so they need more `#![allow]`
1 parent 9b34ef6 commit 7b907de

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/libserialize/tests/json.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(rustc::default_hash_types)]
2+
13
extern crate serialize as rustc_serialize;
24

35
use rustc_serialize::{Encodable, Decodable};

src/libserialize/tests/opaque.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(rustc::default_hash_types)]
2+
13
extern crate serialize as rustc_serialize;
24

35
use rustc_serialize::{Encodable, Decodable};

0 commit comments

Comments
 (0)