style: regroup 'use'

This commit is contained in:
VC
2023-10-10 21:13:40 +02:00
parent 59ad8994b1
commit 0640c4c263
2 changed files with 2 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
use std::fs::read_to_string;
use serde::Deserialize;
use std::fs::read_to_string;
// General configuration Struct
#[derive(Debug, Deserialize)]

View File

@@ -1,7 +1,6 @@
use std::error::Error;
use bytes::Bytes;
use futures_core::stream::Stream;
use std::error::Error;
mod error;