mirror of
https://framagit.org/veretcle/tootube.git
synced 2025-07-20 12:31:19 +02:00
style: regroup 'use'
This commit is contained in:
@@ -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)]
|
||||
|
@@ -1,7 +1,6 @@
|
||||
use std::error::Error;
|
||||
|
||||
use bytes::Bytes;
|
||||
use futures_core::stream::Stream;
|
||||
use std::error::Error;
|
||||
|
||||
mod error;
|
||||
|
||||
|
Reference in New Issue
Block a user