From 6473e8c1be22a361e6ee3bce15339b5e1c73d677 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Thu, 7 Feb 2019 21:21:33 +0100 Subject: [PATCH] Remove import --- src/dirs.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dirs.rs b/src/dirs.rs index edd55f39..82d32f82 100644 --- a/src/dirs.rs +++ b/src/dirs.rs @@ -3,8 +3,6 @@ use std::path::{Path, PathBuf}; #[cfg(target_os = "macos")] use std::env; -#[cfg(target_os = "macos")] -use std::ffi::OsString; /// Wrapper for dirs that treats MacOS more like Linux. /// First, env variables `XDG_CACHE_HOME` and `XDG_CONFIG_HOME` are checked and the fall back is