# we want the /docs/ url to go somewhere, but since we have
# a workspace the top-level docs folder is just full of
# subdirectories corresponding to each workspace member.
# `--enable-index-page` was proposed and added to rustdoc a
# long time ago [1, 2] but hasn't been stabilised nor
# support added to cargo [3].
#
# [1]: proposed in https://github.com/rust-lang/rust/issues/16103
# [2]: merged in https://github.com/rust-lang/rust/pull/54543
# [3]: request for cargo integration https://github.com/rust-lang/rust/issues/73185

You must log in to comment.