From 30d62a9064bfd0d944d1dc79cee68a63aea21925 Mon Sep 17 00:00:00 2001 From: Serial <69764315+Serial-ATA@users.noreply.github.com> Date: Tue, 29 Jun 2021 14:44:58 -0400 Subject: [PATCH] Remove a comment that no longer applies Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com> --- src/components/tags/ape_tag.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/tags/ape_tag.rs b/src/components/tags/ape_tag.rs index cbfdab1d..52a27968 100644 --- a/src/components/tags/ape_tag.rs +++ b/src/components/tags/ape_tag.rs @@ -304,7 +304,6 @@ impl AudioTagEdit for ApeTag { impl AudioTagWrite for ApeTag { fn write_to(&self, file: &mut File) -> Result<()> { - // Write only uses paths, this is annoying ape::write_to(&self.inner, file)?; Ok(()) }