From f12fae4479c5b97ab37823d7aa58d9156e2fc3ad Mon Sep 17 00:00:00 2001 From: Katharina Date: Mon, 22 Apr 2019 02:02:08 +0200 Subject: Updating crates to 2018 edition (#9) * Updating main README * Updating lock file * Updating crate ecosystem to Rust 2018 edition --- lockchain-core/src/users/auth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lockchain-core/src/users/auth.rs') 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 /// -- cgit v1.2.3