Skip to content

Commit

Permalink
Add missing use
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamVenner committed Dec 30, 2020
1 parent 00eeb1a commit cce8b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blackhole.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pub mod blackhole {
use crate::Show;

use std::{collections::HashSet, fs, io};
use std::{collections::HashSet, ffi::OsString, fs, io};
use dirs;
use trash;
use lazy_static::lazy_static;
Expand Down

0 comments on commit cce8b4e

Please sign in to comment.