1
Fork 0

redundant ::{self}

This commit is contained in:
Michael Goulet 2024-04-15 19:54:51 -04:00
parent d29178c2ef
commit 06501156d1
3 changed files with 3 additions and 3 deletions

View file

@ -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;