1
Fork 0

rustdoc: Removed Foreign{Function,Static} item types.

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.
This commit is contained in:
Kang Seonghoon 2014-12-04 00:29:21 +09:00
parent a3bb8585e8
commit 1cb1f00d40
3 changed files with 9 additions and 16 deletions

View file

@ -566,8 +566,8 @@
"method",
"structfield",
"variant",
"ffi",
"ffs",
"ffi", // retained for backward compatibility
"ffs", // retained for backward compatibility
"macro",
"primitive",
"associatedtype",