Remove From<String> for StoreId

This commit is contained in:
Matthias Beyer 2016-08-07 16:50:47 +02:00
parent bcd917055d
commit cf84df3ce7

View file

@ -79,14 +79,6 @@ impl From<PathBuf> for StoreId {
} }
impl From<String> for StoreId {
fn from(string: String) -> StoreId {
StoreId(string.into())
}
}
/// This Trait allows you to convert various representations to a single one /// This Trait allows you to convert various representations to a single one
/// suitable for usage in the Store /// suitable for usage in the Store
pub trait IntoStoreId { pub trait IntoStoreId {