top | item 47037370

(no title)

Philpax | 13 days ago

The type system does not require that. You can just discard the result:

  let _ = do_thing();

discuss

order

scott_w|13 days ago

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