src/lib.rs in faster_path-0.3.1 vs src/lib.rs in faster_path-0.3.2

- old
+ new

@@ -2,11 +2,9 @@ // // Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or // http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or // http://opensource.org/licenses/MIT>, at your option. This file may not be // copied, modified, or distributed except according to those terms. -#![feature(try_from)] - #[macro_use] extern crate ruru; #[macro_use] extern crate lazy_static;