diff --git a/libimagstore/src/storeid.rs b/libimagstore/src/storeid.rs index 4efd22dd..741a58d2 100644 --- a/libimagstore/src/storeid.rs +++ b/libimagstore/src/storeid.rs @@ -77,12 +77,6 @@ pub trait IntoStoreId { fn into_storeid(self) -> StoreId; } -impl IntoStoreId for PathBuf { - fn into_storeid(self) -> StoreId { - StoreId(self) - } -} - impl IntoStoreId for StoreId { fn into_storeid(self) -> StoreId { self