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

@@ -64,8 +64,8 @@ pub enum Range {
Unregistered(String, String)
}
/// Each Range::Bytes header can contain one or more ByteRangeSpecs.
/// Each ByteRangeSpec defines a range of bytes to fetch
/// Each `Range::Bytes` header can contain one or more `ByteRangeSpecs`.
/// Each `ByteRangeSpec` defines a range of bytes to fetch
#[derive(PartialEq, Clone, Debug)]
pub enum ByteRangeSpec {
/// Get all bytes between x and y ("x-y")