From a56c686cc4682830f5fc5d497bfdaa65bdda6bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Steinbrink?= Date: Tue, 23 Sep 2014 11:36:38 +0200 Subject: Remove allow(visible_private_types) It's not needed and no longer supported by rustc anyway. --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index c43eab4..4e04c9b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -40,7 +40,6 @@ #![crate_type = "lib"] #![feature(macro_rules)] #![deny(warnings, missing_doc)] -#![allow(visible_private_types)] extern crate serialize; -- cgit v1.2.3