docs(headers): Remove charset from json() docs

Leftover from ec568e9a55.
This commit is contained in:
Danilo Bargen
2016-03-15 12:33:30 +01:00
parent 19c9a92595
commit eedd5b73ee

View File

@@ -58,7 +58,7 @@ header! {
}
impl ContentType {
/// A constructor to easily create a `Content-Type: application/json; charset=utf-8` header.
/// A constructor to easily create a `Content-Type: application/json` header.
#[inline]
pub fn json() -> ContentType {
ContentType(mime!(Application/Json))