You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…impl, r=xFrednet,blyxyas
New lint [`manual_partial_ord_and_ord_impl`]
Lints when both `PartialOrd` and `Ord` are manually implemented yet the body of `PartialOrd::partial_cmp` isn't `Some(self.cmp(<other>))`.
This is in `correctness` currently but I'm ok with elsewhere.
Closesrust-lang#10744
---
changelog: new lint [`needless_partial_ord_impl`]
[rust-lang#10788](rust-lang/rust-clippy#10788)
We have static linking now, no need to distribute an array of dynamic libraries when it could be one executable!
The text was updated successfully, but these errors were encountered: