Rewrite AsRef<Path> for StoreId

This commit is contained in:
Matthias Beyer 2016-08-07 16:49:04 +02:00
parent 1d165f6fc2
commit 55953cfe5b

View file

@ -90,7 +90,7 @@ impl From<String> for StoreId {
impl AsRef<Path> for StoreId {
fn as_ref(&self) -> &Path {
self.0.as_ref()
self.id.as_ref()
}
}