• K
    rustdoc: Removed Foreign{Function,Static} item types. · 1cb1f00d
    Kang Seonghoon 提交于
    They are just (unsafe) functions and static items to most users
    and even compilers! The metadata doesn't distinguish them, so Rustdoc
    ended up producing broken links (generated `ffi.*.html`, links to
    `fn.*.html`). It would be best to avoid this pitfall at all.
    1cb1f00d
main.js 30.6 KB