This commit is contained in:
sxyazi 2025-08-08 02:39:42 +08:00
parent 5f1b70cb39
commit b160e78528
No known key found for this signature in database

View file

@ -35,10 +35,6 @@ impl Deref for Urn {
fn deref(&self) -> &Self::Target { &self.0 }
}
impl AsRef<Urn> for Urn {
fn as_ref(&self) -> &Urn { self }
}
impl AsRef<Path> for Urn {
fn as_ref(&self) -> &Path { &self.0 }
}