mirror of
https://github.com/tower-rs/tower.git
synced 2026-03-06 05:43:03 +00:00
This branch adds `std::fmt::Display` and `std::error::Error` impls to `tower-watch`'s `Error` type. This is necessary to adopt `tower-watch` in Linkerd 2's proxy (rather than our internal implementation of a similar type), as the errors will be part of an error chain which requires these traits.