docs(headers): fix >-quote formatting

'>'s as non-first characters are just '>'s (rustfmt probably broke the
line)
This commit is contained in:
nabijaczleweli
2017-10-15 15:00:49 +02:00
parent 8ac1179d7c
commit d48ab9601b
3 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,6 @@ use header::{Header, Raw, parsing};
/// > that they will understand (as Cache-Control was not defined until
/// > HTTP/1.1). When the Cache-Control header field is also present and
/// > understood in a request, Pragma is ignored.
/// > In HTTP/1.0, Pragma was defined as an extensible field for
/// > implementation-specified directives for recipients. This
/// > specification deprecates such extensions to improve interoperability.