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:
parent
a3bb8585e8
commit
1cb1f00d40
3 changed files with 9 additions and 16 deletions
|
@ -566,8 +566,8 @@
|
|||
"method",
|
||||
"structfield",
|
||||
"variant",
|
||||
"ffi",
|
||||
"ffs",
|
||||
"ffi", // retained for backward compatibility
|
||||
"ffs", // retained for backward compatibility
|
||||
"macro",
|
||||
"primitive",
|
||||
"associatedtype",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue