mirror of
https://framagit.org/veretcle/tootube.git
synced 2025-07-20 20:41:17 +02:00
style: regroup 'use'
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
use std::fs::read_to_string;
|
|
||||||
|
|
||||||
use serde::Deserialize;
|
use serde::Deserialize;
|
||||||
|
use std::fs::read_to_string;
|
||||||
|
|
||||||
// General configuration Struct
|
// General configuration Struct
|
||||||
#[derive(Debug, Deserialize)]
|
#[derive(Debug, Deserialize)]
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
use std::error::Error;
|
|
||||||
|
|
||||||
use bytes::Bytes;
|
use bytes::Bytes;
|
||||||
use futures_core::stream::Stream;
|
use futures_core::stream::Stream;
|
||||||
|
use std::error::Error;
|
||||||
|
|
||||||
mod error;
|
mod error;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user