Skip to content

Fix regression in cookies.rs due to pending stabilization of Iterator::flatten

Mazdak Farrokhzad requested to merge Centril/httptin:patch-2 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.

Merge request reports