mirror of https://github.com/rwf2/Rocket.git
parent
8570afff3e
commit
23738446f0
|
@ -129,6 +129,8 @@ impl Error {
|
|||
}
|
||||
}
|
||||
|
||||
impl std::error::Error for Error { }
|
||||
|
||||
impl fmt::Display for ErrorKind {
|
||||
#[inline]
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
|
|
Loading…
Reference in New Issue