fix: clippy warnings

This commit is contained in:
MedzikUser 2022-04-18 14:17:30 +02:00
parent 65687fef74
commit 022156582d
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
4 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
use axum::Json;
use homedisk_types::{
auth::auth::login::{Request, Response},
auth::login::{Request, Response},
errors::{AuthError, ServerError},
};

View File

@ -1 +0,0 @@
pub mod login;

View File

@ -1 +1 @@
pub mod auth;
pub mod login;