Skip to content

Commit b993147

Browse files
unnecessary
1 parent cc8f8de commit b993147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validates/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pub enum ValidationError {
66
Help(Vec<String>),
77
}
88

9-
impl<E: Error + 'static> From<E> for ValidationError {
9+
impl<E: Error> From<E> for ValidationError {
1010
fn from(e: E) -> ValidationError {
1111
return ValidationError::Message(format!("{:?}", e));
1212
}

0 commit comments

Comments
 (0)