summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index b1feb46..0635a30 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,6 +1,6 @@
use crate::mapping::*;
use crate::remapper::*;
-use anyhow::*;
+use anyhow::{Context, Result};
use std::path::PathBuf;
use std::time::Duration;
use structopt::StructOpt;