Deal with libcore/libstd doc duplication on primitives #30214
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
P-medium
Medium priority
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Right now there are a number of extension traits in libcore that are being stabilized, including:
SliceExt
StrExt
CharExt
Float
These all currently have very little or no documentation because all the actual docs live elsewhere (e.g. libcollections, libstd, librustc_unicode, etc). When browsing the libcore-only docs, however, this may be a bit jarring, so we may want to resolve this somehow. A few strategies possible are:
I'd vote for route (2) personally.
The text was updated successfully, but these errors were encountered: