From 8bfde534e5911b9f500df930dcb22673958e24a0 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Fri, 1 Mar 2024 07:28:54 +0100 Subject: [PATCH] Remove unused display impl --- src/core/collection/artist.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/core/collection/artist.rs b/src/core/collection/artist.rs index 526b4bb..c2a09fa 100644 --- a/src/core/collection/artist.rs +++ b/src/core/collection/artist.rs @@ -197,12 +197,6 @@ impl TryFrom<&str> for MusicBrainz { } } -impl Display for MusicBrainz { - fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { - write!(f, "{}", self.0) - } -} - impl IMbid for MusicBrainz { fn mbid(&self) -> &str { // The URL is assumed to have been validated.