aboutsummaryrefslogtreecommitdiff
path: root/lockchain-core/src/users/auth.rs
diff options
context:
space:
mode:
authorKatharina <kookie@spacekookie.de>2019-04-22 02:02:08 +0200
committerGitHub <noreply@github.com>2019-04-22 02:02:08 +0200
commitf12fae4479c5b97ab37823d7aa58d9156e2fc3ad (patch)
treed3cd6576730c904c6d798c956295a989723a59a3 /lockchain-core/src/users/auth.rs
parent9ceda952a1c0d42b11a67dd7d00178c720f9c601 (diff)
Updating crates to 2018 edition (#9)
* Updating main README * Updating lock file * Updating crate ecosystem to Rust 2018 edition
Diffstat (limited to 'lockchain-core/src/users/auth.rs')
-rw-r--r--lockchain-core/src/users/auth.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockchain-core/src/users/auth.rs b/lockchain-core/src/users/auth.rs
index e5e8178..ffedb49 100644
--- a/lockchain-core/src/users/auth.rs
+++ b/lockchain-core/src/users/auth.rs
@@ -3,7 +3,7 @@
//! The way a user is authenticated is via the `lockchain` group
//! and a simple writing/ deleting of a lock file.
-use errors::AuthError;
+use crate::errors::AuthError;
/// Simple way to authenticate a user for administrative actions
///