Minor type fix
Some checks failed
Cargo CI / Build and Test (pull_request) Successful in 1m3s
Cargo CI / Lint (pull_request) Failing after 41s

This commit is contained in:
Wojciech Kozlowski 2024-01-12 23:45:28 +01:00
parent 83675c25e6
commit 68f27c103a

View File

@ -340,7 +340,7 @@ pub struct ArtistId {
impl AsRef<ArtistId> for ArtistId { impl AsRef<ArtistId> for ArtistId {
fn as_ref(&self) -> &ArtistId { fn as_ref(&self) -> &ArtistId {
self &self
} }
} }