Skip to content

Distinguish Itertools::flatten from Iterator::flatten

Mazdak Farrokhzad requested to merge Centril/rust-git-checks:patch-1 into master

This fixes a regression (soon in nightly) due to the pending stabilization of Iterator::flatten. See https://github.com/rust-lang/rust/pull/51511 for details.

Thanks

Topic-rename: explicit-itertools-flatten

Edited by Brad King

Merge request reports