Remove unused Debug impl on private::ser::content::Content

This commit is contained in:
David Tolnay
2021-01-23 22:10:48 -08:00
parent 1f9f72bc48
commit f6e7366b46
-1
View File
@@ -452,7 +452,6 @@ mod content {
}
}
#[derive(Debug)]
pub enum Content {
Bool(bool),