We have a bunch of places in rustdocs that use links to std, this means if we try to build the docs using "no-std" we get a bunch of "unresolved link" warnings. We cannot trivially fix this because the links are to things that exist only in std (eg, path::Path).
Should we be able to build a consistent set of docs for no-std?