From b65ad29774d2a58372058d1aeafca5a423efb8d4 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 20 Sep 2022 14:39:47 +0200 Subject: Merge all crates import as `use crate::` --- src/files.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/files.rs') diff --git a/src/files.rs b/src/files.rs index f72070b..b0f0ad5 100644 --- a/src/files.rs +++ b/src/files.rs @@ -1,5 +1,4 @@ -use crate::config::CONFIG; -use crate::errors::AppError; +use crate::{config::CONFIG, errors::AppError}; use axum::{ extract::{Multipart, Path}, http::header::{HeaderMap, HeaderName, HeaderValue}, -- cgit v1.2.3-71-g8e6c