mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 14:12:31 +00:00
Reorder derives
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
parent
5e641bab28
commit
09c248c6c9
1 changed files with 2 additions and 2 deletions
|
@ -143,12 +143,12 @@ pub enum TagType {
|
|||
AiffText,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
#[cfg(any(
|
||||
feature = "format-vorbis",
|
||||
feature = "format-opus",
|
||||
feature = "format-flac"
|
||||
))]
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
/// File formats using vorbis comments
|
||||
pub enum OggFormat {
|
||||
#[cfg(feature = "format-vorbis")]
|
||||
|
@ -162,8 +162,8 @@ pub enum OggFormat {
|
|||
Flac,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
#[cfg(feature = "format-id3")]
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
/// ID3 tag's underlying format
|
||||
pub enum Id3Format {
|
||||
/// MP3
|
||||
|
|
Loading…
Reference in a new issue