Closed
Description
The items inside std::os::unix::prelude
all get their own doc page under that namespace, which duplicates their more canonical location.
Compare:
This does not apply to std::io::prelude
, I believe the difference is that the io prelude reexports items that are directly visible in their declared location.
Solving this (so that the prelude-ish module does not duplicate docs) would help me in third party library development as well.