mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 22:22:31 +00:00
fmt
This commit is contained in:
parent
f12e90dca4
commit
cada83eedc
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#![cfg(feature = "default")]
|
||||
|
||||
use lofty::{Id3Format, OggTag, Tag, TagType, ToAnyTag, OggFormat, AudioTagEdit};
|
||||
use lofty::{AudioTagEdit, Id3Format, OggFormat, OggTag, Tag, TagType, ToAnyTag};
|
||||
|
||||
use std::io::Cursor;
|
||||
|
||||
|
|
Loading…
Reference in a new issue