//! Working around old Rust, which doesn't implement IntoIter for arrays.
use ;
use FromIterator;
// Duplicated in both `allow` and `allow_internal` crates. Not ideal, but easier to manage than
// having a third crate on crates.io.
//
// Unlike `wrapper_macros.rs` symlink in `allow_tests`, this does NOT use a symlink, so it does
// compile on Windows.