cargo fmt + clippy
Some checks failed
Build and test / build (push) Failing after 1m5s
Build and test / check (push) Failing after 1m17s
Build and test / test (push) Failing after 1m21s
Build and test / docs (push) Failing after 1m13s

This commit is contained in:
2025-12-08 13:28:45 +09:00
parent 7ce0d68021
commit a7a8ceedeb
10 changed files with 38 additions and 49 deletions

View File

@@ -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},

View File

@@ -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,
};