Comment by Philpax 9 days ago The type system does not require that. You can just discard the result: let _ = do_thing(); 1 comment Philpax Reply scott_w 9 days ago Except that doesn’t work if you need to use the result…
Except that doesn’t work if you need to use the result…