aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/pty.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/pty.rs b/examples/pty.rs
index d5b5a88..3f38193 100644
--- a/examples/pty.rs
+++ b/examples/pty.rs
@@ -13,7 +13,6 @@ fn main() {
child
.map(|status| {
eprintln!("got status {}", status);
- ()
})
.map_err(|_| ()),
)