randombit/botan-rs

Use #[must_use]

randombit opened this issue · 1 comments

Almost all functions return a Result which should not be ignored. Especially easy to do for Result<()>

Oh Result is already a must_use type so this just applies to the few functions that don't return a Result.