Fix comment

Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
Serial 2021-07-09 15:32:24 -04:00
parent 1cfdb611a6
commit 9fe7f6dbef

View file

@ -31,8 +31,8 @@ pub enum LoftyError {
#[error("Picture contains invalid data")]
NotAPicture,
#[cfg(feature = "format-ape")]
// Tag related errors
#[cfg(feature = "format-ape")]
/// Any error from [`ape`]
#[error(transparent)]
ApeTag(#[from] ape::Error),