IndexItem should be serialised as an object rather than an array #34678
Labels
E-help-wanted
Call for participation: Help is requested to fix this issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
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.
The text was updated successfully, but these errors were encountered: