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
Probably this would just be something like turning the line object into a
enumSourceElement{Line{ .. },Scope{/// The text shown when this scope is collapsed/// For this enum, it would be `enum SourceElement`summary:String,elements:Vec<SourceElement>,}}
and handling this in the JS. I don't know how we'd actually generate that though.
The text was updated successfully, but these errors were encountered:
Probably this would just be something like turning the line object into a
and handling this in the JS. I don't know how we'd actually generate that though.
The text was updated successfully, but these errors were encountered: