fix(rustup): switch to unstable features
This commit is contained in:
@@ -586,7 +586,7 @@ pub fn read_request_line<R: Reader>(stream: &mut R) -> HttpResult<RequestLine> {
|
||||
pub type StatusLine = (HttpVersion, RawStatus);
|
||||
|
||||
/// The raw status code and reason-phrase.
|
||||
#[derive(PartialEq, Show)]
|
||||
#[derive(PartialEq, Debug)]
|
||||
pub struct RawStatus(pub u16, pub CowString<'static>);
|
||||
|
||||
impl Clone for RawStatus {
|
||||
|
||||
Reference in New Issue
Block a user