Open
Description
This would solve the issue described in #84716 (comment) and wouldn't require using extern crate
.
A link like [`crate::collections::HashMap`]
in std
would be rendered as std::collections::HashMap
, and would continue to link to HashMap
's docs.
I don't think there are any use cases where a library author would want crate::
to show up in their docs.
cc #84721
cc @jyn514 @joshtriplett