]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #72239 - hch12907:master, r=dtolnay
authorDylan DPC <dylan.dpc@gmail.com>
Fri, 29 May 2020 00:33:07 +0000 (02:33 +0200)
committerGitHub <noreply@github.com>
Fri, 29 May 2020 00:33:07 +0000 (02:33 +0200)
commitb18c55b1794ec4e456e3d64abf91f353ca27787e
tree7d72ba7c9d4f54cfea59263c0e2e0a4cbc2f2cc8
parent45127211566c53bac386b66909a830649182ab7a
parentd1bc8ada45c5049ff329f02e6de152891f4504e1
Rollup merge of #72239 - hch12907:master, r=dtolnay

Implement PartialOrd and Ord for SocketAddr*

The implementation is mostly the same as the one found in `IpAddr` (other than adding comparison for ports, of course).
Continues #53788 and #53863
Fixes #53710