mirror of
https://github.com/openharmony/third_party_rust_http.git
synced 2026-07-19 14:43:33 -04:00
Merge pull request #21 from carllerche/header-map-default-bound
Remove bound for HeaderMap Default impl
This commit is contained in:
+1
-1
@@ -1639,7 +1639,7 @@ impl<T: fmt::Debug> fmt::Debug for HeaderMap<T> {
|
||||
}
|
||||
}
|
||||
|
||||
impl<T: Default> Default for HeaderMap<T> {
|
||||
impl<T> Default for HeaderMap<T> {
|
||||
fn default() -> Self {
|
||||
HeaderMap::new()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user