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
I discovered this issue in some code I'm working on, and constructed this sample to match the issue I observed:
implSomeType{fnmethod(&mutself){self.array[array_index asusize].as_mut().expect("thing must exist").extra_info = Some(ExtraInfo{
parent,count: count asu16,children: children.into_boxed_slice(),});}}
The fields of ExtraInfo should not be wrapping to the same indent level as the method chain. I can imagine a few ways to format this better, and don't feel strongly about which one, just that this definitely isn't the right formatting.