mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-10 21:13:53 +00:00
Fix clippy lints
Signed-off-by: BlackDex <black.dex@gmail.com>
This commit is contained in:
parent
82a3e2eb7c
commit
1eb6cd1afa
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,11 @@ use derive_more::{Display, From};
|
|||
use serde_json::Value;
|
||||
|
||||
use super::{AuthRequest, UserId};
|
||||
use crate::{crypto, util::{format_date, get_uuid}, CONFIG};
|
||||
use crate::{
|
||||
crypto,
|
||||
util::{format_date, get_uuid},
|
||||
CONFIG,
|
||||
};
|
||||
use macros::IdFromParam;
|
||||
|
||||
db_object! {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue