Correct the clippy::use_self lint where possible. (#114)
This commit is contained in:
committed by
Dan Gohman
parent
603f7a9f22
commit
692bb27209
@@ -4,7 +4,6 @@ use crate::{host, Error, Result};
|
||||
use std::ffi::{OsStr, OsString};
|
||||
use std::fs::File;
|
||||
use std::os::windows::ffi::{OsStrExt, OsStringExt};
|
||||
use std::os::windows::prelude::AsRawHandle;
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
pub(crate) trait PathGetExt {
|
||||
|
||||
Reference in New Issue
Block a user