Fix missing import on Windows and macOS
This commit is contained in:
parent
7a5a2379e8
commit
dbbf8ac8af
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ extern crate quale;
|
|||
use std::borrow::Borrow;
|
||||
use std::env::{self, current_exe, var_os};
|
||||
use std::ffi::OsStr;
|
||||
#[cfg(all(feature = "clipboard", target_os = "linux"))]
|
||||
#[cfg(feature = "clipboard")]
|
||||
use std::fmt;
|
||||
use std::fmt::{Debug, Display};
|
||||
#[cfg(all(feature = "clipboard", target_os = "linux"))]
|
||||
|
|
Loading…
Add table
Reference in a new issue