derive Copy in StoreErrorKind
This commit is contained in:
parent
e7c43c2c9d
commit
0ace28897f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use std::convert::From;
|
|||
|
||||
use std::io::Error as IOError;
|
||||
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, Copy)]
|
||||
pub enum StoreErrorKind {
|
||||
IdNotFound,
|
||||
OutOfMemory,
|
||||
|
|
Loading…
Reference in a new issue