Hacker News new | ask | show | jobs
by Philpax 126 days ago
The type system does not require that. You can just discard the result:

  let _ = do_thing();
1 comments

Except that doesn’t work if you need to use the result…