summaryrefslogtreecommitdiff
path: root/src/deviceinfo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/deviceinfo.rs')
-rw-r--r--src/deviceinfo.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deviceinfo.rs b/src/deviceinfo.rs
index 9097433..7239294 100644
--- a/src/deviceinfo.rs
+++ b/src/deviceinfo.rs
@@ -1,4 +1,4 @@
-use anyhow::*;
+use anyhow::{anyhow, bail, Context, Result};
use evdev_rs::Device;
use std::cmp::Ordering;
use std::path::PathBuf;