mirror of
https://github.com/openharmony/third_party_rust_http.git
synced 2026-07-19 14:43:33 -04:00
Merge pull request #130 from hyperium/authority-is-eq
Authority should impl Eq
This commit is contained in:
@@ -1094,6 +1094,8 @@ impl PartialEq for Authority {
|
||||
}
|
||||
}
|
||||
|
||||
impl Eq for Authority {}
|
||||
|
||||
/// Case-insensitive equality
|
||||
///
|
||||
/// # Examples
|
||||
|
||||
Reference in New Issue
Block a user