Remove allow(visible_private_types)

It's not needed and no longer supported by rustc anyway.
This commit is contained in:
Björn Steinbrink 2014-09-23 11:36:38 +02:00
parent a0d11bf7d6
commit a56c686cc4

View file

@ -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;