fix(rustup): update to newest fmt trait names and slice syntax
This commit is contained in:
@@ -3,7 +3,7 @@ use header;
|
||||
/// The `Server` header field.
|
||||
///
|
||||
/// They can contain any value, so it just wraps a `String`.
|
||||
#[derive(Clone, PartialEq, Show)]
|
||||
#[derive(Clone, PartialEq, Debug)]
|
||||
pub struct Server(pub String);
|
||||
|
||||
impl_header!(Server,
|
||||
|
||||
Reference in New Issue
Block a user