run cargo fix

This commit is contained in:
bitfl0wer 2023-06-12 18:59:06 +02:00
parent 550d6d9265
commit 8de2d3b5c3
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
3 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
use reqwest::Client;
use crate::{
api::{deserialize_response, handle_request_as_option},
errors::ChorusLibError,

View File

@ -1,5 +1,5 @@
use reqwest::Client;
use serde_json::{to_string};
use serde_json::to_string;
use crate::{
api::deserialize_response,

View File

@ -1,5 +1,5 @@
use reqwest::Client;
use serde_json::{to_string};
use serde_json::to_string;
use crate::{
api::{deserialize_response, handle_request_as_option, limits::Limits},