Skip to content

Commit

Permalink
Tweak libserialize allows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Sep 23, 2019
1 parent ff6a7c7 commit d8253c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libserialize/tests/json.rs
@@ -1,4 +1,4 @@
#![allow(rustc::default_hash_types)] #![allow(rustc::internal)]


extern crate serialize as rustc_serialize; extern crate serialize as rustc_serialize;


Expand Down
2 changes: 1 addition & 1 deletion src/libserialize/tests/opaque.rs
@@ -1,4 +1,4 @@
#![allow(rustc::default_hash_types)] #![allow(rustc::internal)]


extern crate serialize as rustc_serialize; extern crate serialize as rustc_serialize;


Expand Down

0 comments on commit d8253c1

Please sign in to comment.