rust upgrade

This commit is contained in:
Sean McArthur
2014-12-12 12:24:54 -08:00
parent 5e560cb1c1
commit 0bba6e80ee
12 changed files with 19 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ use std::fmt;
use self::HttpVersion::{Http09, Http10, Http11, Http20};
/// Represents a version of the HTTP spec.
#[deriving(PartialEq, PartialOrd)]
#[deriving(PartialEq, PartialOrd, Copy)]
pub enum HttpVersion {
/// `HTTP/0.9`
Http09,