mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2025-01-22 08:55:00 +00:00
Remove a comment that no longer applies
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
parent
3091da92cd
commit
30d62a9064
1 changed files with 0 additions and 1 deletions
|
@ -304,7 +304,6 @@ impl AudioTagEdit for ApeTag {
|
||||||
|
|
||||||
impl AudioTagWrite for ApeTag {
|
impl AudioTagWrite for ApeTag {
|
||||||
fn write_to(&self, file: &mut File) -> Result<()> {
|
fn write_to(&self, file: &mut File) -> Result<()> {
|
||||||
// Write only uses paths, this is annoying
|
|
||||||
ape::write_to(&self.inner, file)?;
|
ape::write_to(&self.inner, file)?;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue