Skip to content

Commit d8253c1

Browse files
committed
Tweak libserialize allows
1 parent ff6a7c7 commit d8253c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libserialize/tests/json.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(rustc::default_hash_types)]
1+
#![allow(rustc::internal)]
22

33
extern crate serialize as rustc_serialize;
44

src/libserialize/tests/opaque.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(rustc::default_hash_types)]
1+
#![allow(rustc::internal)]
22

33
extern crate serialize as rustc_serialize;
44

0 commit comments

Comments
 (0)