From 253f0bd3f3458d0961cbe58c41384c1615e5c2bd Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Sun, 7 Dec 2014 13:22:01 -0500 Subject: [PATCH] don't allow deprecated items. We don't actually use any. --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index cbac3eb..02539aa 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -55,7 +55,6 @@ html_favicon_url = "http://www.rust-lang.org/favicon.ico", html_root_url = "http://doc.rust-lang.org/master/", html_playground_url = "http://play.rust-lang.org/")] -#![allow(deprecated)] // from_str_radix extern crate rand; extern crate serialize;