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
At work I have a VS plugin suggesting to change stuff like !foo.any(|bar| bar == baz) to foo.all(|bar| bar != baz). !any and !all can usually be simplified.
It would be nice if nonminimal_bool could suggest that too.