Update hash_map and fmt usages
Depends on https://github.com/carllerche/curl-rust/pull/24 and https://github.com/chris-morgan/rust-http/pull/167
This commit is contained in:
@@ -1571,7 +1571,7 @@ impl StatusCode {
|
||||
|
||||
impl fmt::Unsigned for StatusCode {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
fmt::secret_unsigned(&(*self as u16), f)
|
||||
fmt::Unsigned::fmt(&(*self as u16), f)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user