Rewrite Borrow<Path> for StoreId

This commit is contained in:
Matthias Beyer 2016-08-07 16:49:27 +02:00
parent 55953cfe5b
commit 8c5a427a01

View file

@ -98,7 +98,7 @@ impl AsRef<Path> for StoreId {
impl Borrow<Path> for StoreId {
fn borrow(&self) -> &Path {
self.0.borrow()
self.id.borrow()
}
}