Question
Remove the unused assert_cmd dev-dependency, as decided in "portable-pty and assert_cmd: drop or build the pty harness": drop it from rust/dl/Cargo.toml:58 and the workspace list (rust/Cargo.toml:47); portable-pty stays (live in rust/aid/tests/interactive.rs). No behavior, so no red test — the proof is the pruned Cargo.lock and a clean cargo test --workspace.
Question
Remove the unused
assert_cmddev-dependency, as decided in "portable-pty and assert_cmd: drop or build the pty harness": drop it fromrust/dl/Cargo.toml:58and the workspace list (rust/Cargo.toml:47);portable-ptystays (live inrust/aid/tests/interactive.rs). No behavior, so no red test — the proof is the prunedCargo.lockand a cleancargo test --workspace.