mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 14:12:31 +00:00
Fix comment
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
parent
1cfdb611a6
commit
9fe7f6dbef
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue