The current `Display` output of `Error` [doesn't match what many people think it should](https://github.com/hyperium/hyper/blob/master/docs/ROADMAP.md#errors), namely that it prints the error chain. We need to either: - Change `hyper::Error` to not print the source as well. - Influence the errors-wg to allow printing the chain in `Display`, like proposed in https://github.com/seanmonstar/errors/issues/1.
The current
Displayoutput ofErrordoesn't match what many people think it should, namely that it prints the error chain. We need to either:hyper::Errorto not print the source as well.Display, like proposed in Error format options seanmonstar/errors#1.