ethcore finished

This commit is contained in:
NikVolf
2016-07-01 22:34:50 +03:00
parent 46b0af6121
commit edb8663195
6 changed files with 15 additions and 7 deletions

View File

@@ -101,7 +101,7 @@ impl<T: fmt::Debug + fmt::Display> fmt::Display for Mismatch<T> {
}
}
#[derive(Debug, PartialEq, Eq)]
#[derive(Debug, PartialEq, Eq, Clone)]
/// Error indicating value found is outside of a valid range.
pub struct OutOfBounds<T: fmt::Debug> {
/// Minimum allowed value.