summaryrefslogtreecommitdiffstats
path: root/src/commands/file_ops/paste_copy.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/file_ops/paste_copy.rs')
-rw-r--r--src/commands/file_ops/paste_copy.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/file_ops/paste_copy.rs b/src/commands/file_ops/paste_copy.rs
index 3a430d1..b1a7368 100644
--- a/src/commands/file_ops/paste_copy.rs
+++ b/src/commands/file_ops/paste_copy.rs
@@ -5,7 +5,6 @@ use std::thread;
use crate::context::JoshutoContext;
use crate::io::{IOWorkerThread, Options};
-use crate::util::event::Event;
use super::local_state::LocalState;
use super::name_resolution::rename_filename_conflict;