Merge pull request #130 from hyperium/authority-is-eq

Authority should impl Eq
This commit is contained in:
Sean McArthur
2017-10-06 14:40:15 -07:00
committed by GitHub
+2
View File
@@ -1094,6 +1094,8 @@ impl PartialEq for Authority {
}
}
impl Eq for Authority {}
/// Case-insensitive equality
///
/// # Examples