소스 검색

don't allow deprecated items.

We don't actually use any.
Steve Klabnik 10 년 전
부모
커밋
253f0bd3f3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/lib.rs

+ 0 - 1
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;