Integrate helper functions inside corresponding structs

This commit is contained in:
Yannick Heinrich
2018-10-05 14:02:31 +02:00
committed by Sean McArthur
parent 647f59756e
commit c4bf420021
9 changed files with 111 additions and 116 deletions

View File

@@ -280,8 +280,6 @@ impl StdError for Error {
}
}
// pub(crate)
#[derive(Debug)]
pub(crate) enum Kind {
Http(::http::Error),