Remove allow(visible_private_types)
It's not needed and no longer supported by rustc anyway.
This commit is contained in:
parent
a0d11bf7d6
commit
a56c686cc4
|
@ -40,7 +40,6 @@
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
#![feature(macro_rules)]
|
#![feature(macro_rules)]
|
||||||
#![deny(warnings, missing_doc)]
|
#![deny(warnings, missing_doc)]
|
||||||
#![allow(visible_private_types)]
|
|
||||||
|
|
||||||
extern crate serialize;
|
extern crate serialize;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue