Did you know that in Rust, 'let _ = ...' and 'let _unused = ...' are NOT the same thing?
I didn't until today!
Did you know that in Rust, 'let _ = ...' and 'let _unused = ...' are NOT the same thing?
I didn't until today!
@pg I wrote an article a few years ago with some expanded history and explanation:
https://codeandbitters.com/drop-or-not/
Fun to read the 2013 discussion where Nico first argued it’s wrong, then changed his mind.