rage
rage copied to clipboard
Fix default features test compilation error
std::iter is used by some tests not gated by #[cfg(feature = "ssh")]
Before this change, cargo build --tests fails when run in the age package. (It does work when run from the root workspace; I don't have enough experience to understand the discrepancy.)