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
/// A very very very very very very very very very very very very very very very/// very very very long descriptionfnfoo(very_long_parameter_name:u32,another_very_long_parameter_name:u32,third_very_long_parm:u32,){todo!()}
expected behavior: when collapsing the comment block, only the comment block should be collapsed. Since v0.3.2539, collapsing the comments is also collapsing the function arguments and the function body: