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
rustc now warns that I shouldn't use `itertools::Itertools::flatten`
because the standard library is adopting an equivalent method. Switch
to the free function `itertools::flatten` instead.
0 commit comments