fix(rustup): static bounds required on Type definition, trivial_casts
This commit is contained in:
		| @@ -54,8 +54,8 @@ impl Error for HttpError { | ||||
|  | ||||
|     fn cause(&self) -> Option<&Error> { | ||||
|         match *self { | ||||
|             HttpIoError(ref error) => Some(error as &Error), | ||||
|             HttpUriError(ref error) => Some(error as &Error), | ||||
|             HttpIoError(ref error) => Some(error), | ||||
|             HttpUriError(ref error) => Some(error), | ||||
|             _ => None, | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user