Remove From<PathBuf> for StoreId
This commit is contained in:
parent
cf84df3ce7
commit
adf213bbc7
1 changed files with 0 additions and 8 deletions
|
@ -71,14 +71,6 @@ impl Display for StoreId {
|
|||
|
||||
}
|
||||
|
||||
impl From<PathBuf> for StoreId {
|
||||
|
||||
fn from(pb: PathBuf) -> StoreId {
|
||||
StoreId(pb)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/// This Trait allows you to convert various representations to a single one
|
||||
/// suitable for usage in the Store
|
||||
pub trait IntoStoreId {
|
||||
|
|
Loading…
Reference in a new issue