Skip to content

Commit 36a1dff

Browse files
LepidopteranSerial-ATA
authored andcommitted
chore: remove optional serde support for PictureInformation
Forgot to save the change before commiting
1 parent 9e09487 commit 36a1dff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lofty/src/picture.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ impl PictureType {
281281
///
282282
/// This information is necessary for FLAC's `METADATA_BLOCK_PICTURE`.
283283
/// See [`Picture::as_flac_bytes`] for more information.
284-
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
285284
#[derive(Debug, Copy, Clone, Eq, PartialEq, Hash, Default)]
286285
pub struct PictureInformation {
287286
/// The picture's width in pixels

0 commit comments

Comments
 (0)