-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
E-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
See html/render.rs for the Rust side and main.js and possibly other places for the JS side.
I see no reason why this struct is serialised as an array, thus losing the information about which field is which. Using an object would retain that information and make things less error-prone, I believe.
Metadata
Metadata
Assignees
Labels
E-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.