The following code: ```rust pub extern crate std as st2; ``` Will generate this `href` in the search result: `../st2/index.html`. Which is wrong, it should be `std`.
The following code:
Will generate this
hrefin the search result:../st2/index.html. Which is wrong, it should bestd.