Remove IntoStoreId for PathBuf
This commit is contained in:
parent
adf213bbc7
commit
ad92b05fb4
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue