Correct the clippy::use_self lint where possible. (#114)

This commit is contained in:
Marcin Mielniczuk
2019-10-05 03:10:30 +02:00
committed by Dan Gohman
parent 603f7a9f22
commit 692bb27209
5 changed files with 17 additions and 18 deletions

View File

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