From cf84df3ce77c353ef97a22e50c38b0504799808c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 7 Aug 2016 16:50:47 +0200 Subject: [PATCH] Remove From for StoreId --- libimagstore/src/storeid.rs | 8 -------- 1 file changed, 8 deletions(-) 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 {