docs(*): Clippy fixes with markdown docs

This commit is contained in:
Manish Goregaokar
2016-05-05 12:06:44 +05:30
parent 1d936fee90
commit b840963629
5 changed files with 20 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ use header::parsing::from_one_raw_str;
/// client requests add one automatically.
///
/// Currently is just a String, but it should probably become a better type,
/// like url::Host or something.
/// like `url::Host` or something.
///
/// # Examples
/// ```