Skip to content

Commit 5a5ef10

Browse files
committed
Merge pull request #234 from kstep/patch-1
fixes invalid format of mime types
2 parents 4026ec1 + d60e54d commit 5a5ef10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/header/common/content_type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use header::{Header, HeaderFormat};
2-
use std::fmt::{self, Show};
2+
use std::fmt::{self, String};
33
use header::shared::util::from_one_raw_str;
44
use mime::Mime;
55

0 commit comments

Comments
 (0)