1
Fork 0

Remove unused trait imports

This commit is contained in:
Seo Sanghyeon 2016-04-12 22:58:55 +09:00
parent c0221c8897
commit 01fb27f648
28 changed files with 13 additions and 36 deletions

View file

@ -59,7 +59,6 @@ use ptr::P;
use parse::PResult;
use std::collections::HashSet;
use std::io::prelude::*;
use std::mem;
use std::path::{Path, PathBuf};
use std::rc::Rc;