aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-01-17 01:53:08 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-01-20 20:57:07 +0000
commitd0f63513bb935d3d931c86a1ab7b68d6ed44bf27 (patch)
tree2f5918913ff041f84481d368c898cd2620470295 /src/config.rs
parent5da2735cfb8ccfaea1ebdee850ddd9fbd0bfb003 (diff)
downloadnitrokey-rs-d0f63513bb935d3d931c86a1ab7b68d6ed44bf27.tar.gz
nitrokey-rs-d0f63513bb935d3d931c86a1ab7b68d6ed44bf27.tar.bz2
Move util::CommandError to the new error module
This prepares the refactoring of util::CommandError into multiple enums.
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index 2ce6f77..277dc5e 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -1,4 +1,4 @@
-use crate::util::CommandError;
+use crate::error::CommandError;
/// The configuration for a Nitrokey.
#[derive(Clone, Copy, Debug, PartialEq)]