Minor type fix
This commit is contained in:
parent
83675c25e6
commit
68f27c103a
@ -340,7 +340,7 @@ pub struct ArtistId {
|
||||
|
||||
impl AsRef<ArtistId> for ArtistId {
|
||||
fn as_ref(&self) -> &ArtistId {
|
||||
self
|
||||
&self
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user