Move over the rest of the types.
This commit is contained in:
@@ -27,7 +27,7 @@ pub struct OrgSource<'s> {
|
||||
|
||||
impl<'s> std::fmt::Debug for OrgSource<'s> {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
f.debug_tuple("OrgSource")
|
||||
f.debug_tuple("Org")
|
||||
.field(&Into::<&str>::into(self))
|
||||
.finish()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user