randombit opened this issue 6 years ago · 1 comments
Almost all functions return a Result which should not be ignored. Especially easy to do for Result<()>
Result
Result<()>
Oh Result is already a must_use type so this just applies to the few functions that don't return a Result.
must_use