Tweak libserialize allows

This commit is contained in:
Alex Crichton 2019-09-16 14:01:11 -07:00
parent ff6a7c77ae
commit d8253c166b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#![allow(rustc::default_hash_types)]
#![allow(rustc::internal)]
extern crate serialize as rustc_serialize;

View File

@ -1,4 +1,4 @@
#![allow(rustc::default_hash_types)]
#![allow(rustc::internal)]
extern crate serialize as rustc_serialize;