You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the generated Rustdoc page for a struct/enum just writes out struct fields/enum variants as plain text. It would nice if Rustdoc generated clickable links to the corresponding section for the field/variant - this would make it easy to read the docs for a particular field.