Cargo fmt
This commit is contained in:
@@ -104,7 +104,6 @@ pub enum ResponseParserError<'a> {
|
||||
|
||||
/// Response ended early, while more properties were expected.
|
||||
UnexpectedEOF,
|
||||
|
||||
// MissingNewline,
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ use serde::{Deserialize, Serialize};
|
||||
|
||||
use super::SongPosition;
|
||||
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
|
||||
pub enum AbsouluteRelativeSongPosition {
|
||||
Absolute(SongPosition),
|
||||
|
||||
@@ -2,7 +2,6 @@ use std::str::FromStr;
|
||||
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
|
||||
pub struct Audio {
|
||||
pub sample_rate: u64,
|
||||
|
||||
@@ -2,7 +2,6 @@ use std::str::FromStr;
|
||||
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
|
||||
/// These are different parts of the canonical MPD server.
|
||||
/// They are mostly used in the protocol with the `idle` command,
|
||||
/// signalling that the client is waiting for changes in any, one or multiple of these subsystems.
|
||||
|
||||
@@ -4,7 +4,6 @@ use serde::{Deserialize, Serialize};
|
||||
|
||||
use super::SongPosition;
|
||||
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
|
||||
pub struct WindowRange {
|
||||
pub start: SongPosition,
|
||||
|
||||
Reference in New Issue
Block a user