Ensure consistency between in-memory and database state #146
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user