Remove unused empty struct

This commit is contained in:
asonix 2023-12-16 22:28:18 -06:00
parent 8551020b0f
commit 2e99e140a9

View file

@ -33,9 +33,6 @@ fn content_type(boundary: &str) -> mime::Mime {
.expect("Valid mime for content_type")
}
#[derive(Debug)]
pub struct Empty;
impl<R> Body<R> {
pub fn content_type(&self) -> mime::Mime {
content_type(&self.boundary)