mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
5f1b70cb39
commit
b160e78528
1 changed files with 0 additions and 4 deletions
|
|
@ -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 }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue