diff --git a/libimagstore/src/storeid.rs b/libimagstore/src/storeid.rs index 766de2ac..205c656e 100644 --- a/libimagstore/src/storeid.rs +++ b/libimagstore/src/storeid.rs @@ -79,14 +79,6 @@ impl From for StoreId { } -impl From for StoreId { - - fn from(string: String) -> StoreId { - StoreId(string.into()) - } - -} - /// This Trait allows you to convert various representations to a single one /// suitable for usage in the Store pub trait IntoStoreId {