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
Rustdoc currently displays Fn, FnMut, and FnOnce like Fn<(Args,), Return>. That syntax is unsightly and will not be usable post-1.0, so it should probably render them as Fn(Args) -> Return instead.