Bump rust edition & reformat
This commit is contained in:
parent
13d5b35d1a
commit
f4a87d073a
15 changed files with 44 additions and 45 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use super::app_state::AppState;
|
||||
use crate::{
|
||||
config::user_config::User,
|
||||
errors::{unauthorized_error, SyncServerError},
|
||||
errors::{SyncServerError, unauthorized_error},
|
||||
};
|
||||
|
||||
pub fn auth(app_state: &AppState, token: &str) -> Result<User, SyncServerError> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue