rage icon indicating copy to clipboard operation
rage copied to clipboard

Fix default features test compilation error

Open mkfmnn opened this issue 7 months ago • 0 comments

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.)

mkfmnn avatar Jun 05 '25 17:06 mkfmnn