-
Notifications
You must be signed in to change notification settings - Fork 828
Description
If you try to load the documentation for std::iter::Iterator, the documentation has been stripped of its JavaScript and the method documentation is missing entirely (all that is there is a Loading content... placeholder). I think this is because Rust's documentation uses JavaScript to fill in the documentation section for some trait and struct methods.
This happens for more than just Iterator, the same issue is present for std::option::Option:
... and any other Rust stdlib types I've tried to look up (such as std::vec::Vec). I'm not sure if this is a problem with the Rust docset itself or if it's how Zeal renders it, but it renders the offline documentation practically useless because you can't get any documentation about methods on stdlib types and traits.




