Rewrite Borrow<Path> for StoreId
This commit is contained in:
parent
55953cfe5b
commit
8c5a427a01
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ impl AsRef<Path> for StoreId {
|
||||||
impl Borrow<Path> for StoreId {
|
impl Borrow<Path> for StoreId {
|
||||||
|
|
||||||
fn borrow(&self) -> &Path {
|
fn borrow(&self) -> &Path {
|
||||||
self.0.borrow()
|
self.id.borrow()
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue