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