Remove IntoStoreId for PathBuf

This commit is contained in:
Matthias Beyer 2016-08-07 16:51:12 +02:00
parent adf213bbc7
commit ad92b05fb4

View file

@ -77,12 +77,6 @@ pub trait IntoStoreId {
fn into_storeid(self) -> StoreId; fn into_storeid(self) -> StoreId;
} }
impl IntoStoreId for PathBuf {
fn into_storeid(self) -> StoreId {
StoreId(self)
}
}
impl IntoStoreId for StoreId { impl IntoStoreId for StoreId {
fn into_storeid(self) -> StoreId { fn into_storeid(self) -> StoreId {
self self