rust-windowing/glutin

Drain errors in destructors when possible

kchibisov opened this issue · 0 comments

If we don't drain errors in destructors we can mess-up the logic in other apps. I'm not sure what policy to use for error propagation. It could be that plain eprintln is fine, but it could be undesired for some folks. We may use log for that for example.