src/lib.rs in faster_path-0.1.3 vs src/lib.rs in faster_path-0.1.4

- old
+ new

@@ -6,10 +6,10 @@ // copied, modified, or distributed except according to those terms. extern crate libc; use std::path::{Path,MAIN_SEPARATOR}; use libc::c_char; -use std::ffi::{CStr,CString,OsStr}; +use std::ffi::{CStr,CString}; use std::str; use std::mem; include!("ruby_string.rs"); include!("ruby_array.rs");