Implement std::fmt::Debug for all public types

This commit is contained in:
Sebastian Dröge
2016-11-14 20:49:37 +02:00
parent 37800f84d3
commit d624b0ef29
4 changed files with 23 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#[derive(Debug)]
pub struct RedirectPolicy {
inner: ()
}