cargo fmt + clippy
This commit is contained in:
@@ -2,8 +2,7 @@ use serde::{Deserialize, Serialize};
|
||||
|
||||
use crate::{
|
||||
commands::{
|
||||
Command, CommandResponse, ResponseParserError,
|
||||
single_optional_item_command_request,
|
||||
Command, CommandResponse, ResponseParserError, single_optional_item_command_request,
|
||||
},
|
||||
response_tokenizer::ResponseAttributes,
|
||||
types::{DbSongInfo, OneOrRange, Priority, SongId, SongPosition},
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
use crate::{
|
||||
commands::{
|
||||
Command, empty_command_response, single_optional_item_command_request,
|
||||
},
|
||||
commands::{Command, empty_command_response, single_optional_item_command_request},
|
||||
types::OneOrRange,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user