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
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -452,7 +452,6 @@ mod content {
}
}
#[derive(Debug)]
pub enum Content {
Bool(bool),