1
Fork 0

try to reduce bajillion warnings

This commit is contained in:
Alexis 2015-02-19 12:57:25 -05:00
parent 522d09dfec
commit 97aa34046f
18 changed files with 58 additions and 51 deletions

View file

@ -1324,7 +1324,6 @@ impl<T: AsOsStr + ?Sized> AsPath for T {
#[cfg(test)]
mod tests {
use super::*;
use ffi::OsStr;
use core::prelude::*;
use string::{ToString, String};
use vec::Vec;