summaryrefslogtreecommitdiffstats
path: root/src/utils/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/error.rs')
-rw-r--r--src/utils/error.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/utils/error.rs b/src/utils/error.rs
index 8f8da789..e265ad3e 100644
--- a/src/utils/error.rs
+++ b/src/utils/error.rs
@@ -1,5 +1,4 @@
-use beef::Cow;
-use std::result;
+use std::{borrow::Cow, result};
use thiserror::Error;
#[cfg(target_os = "linux")]