summaryrefslogtreecommitdiff
path: root/src/deviceinfo.rs
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2022-10-17 06:23:43 -0700
committerWez Furlong <wez@wezfurlong.org>2022-10-17 06:23:57 -0700
commitd1596ec1f4b6e15cdefa259f3dd5f67be8e7f6cb (patch)
tree6a2615ff34bc70f923179a9872ba4ae5de9c2a70 /src/deviceinfo.rs
parentb48d242192b87802802e00885ae1c801a24fed5e (diff)
update some deps
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;