Did you know that in Rust, 'let _ = ...' and 'let _unused = ...' are NOT the same thing? I didn't until today!
https://gaultier.github.io/blog/rust_underscore_vars.html
#rust