redundant ::{self}
This commit is contained in:
parent
d29178c2ef
commit
06501156d1
3 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ use rustc_data_structures::sync::{IntoDynSyncSend, MappedReadGuard, ReadGuard, R
|
|||
use rustc_data_structures::unhash::UnhashMap;
|
||||
use std::fs;
|
||||
use std::io::{self, BorrowedBuf, Read};
|
||||
use std::path::{self};
|
||||
use std::path;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue