feat(debug): add Debug impls for StatusClass, Server, and Listening

This commit is contained in:
Sean McArthur
2015-04-16 10:04:51 -07:00
parent 9a8ea4a267
commit 0fb92ee735
3 changed files with 10 additions and 2 deletions

View File

@@ -349,7 +349,7 @@ pub enum RedirectPolicy {
// This is a hack because of upstream typesystem issues.
impl Clone for RedirectPolicy {
fn clone(&self) -> RedirectPolicy {
*self
*self
}
}