Missing PartialOrd comment for array #122073
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Location
library/core/src/array/mod.rs
Summary
The trait implementation of Ord for arrays is properly commented:
However this is missing for PartialOrd:
The text was updated successfully, but these errors were encountered: