|
|
|
|
|
by potatochup
745 days ago
|
|
Rust has lints for unused result types, but I've still seen new coders unintentionally write let _ = failable_call();
Which suppresses the error entirely.I wouldn't say it's "easy", and it hasn't really been a problem in production. But maybe this is where the parent post is going. |
|