Hacker News new | ask | show | jobs
by sans-seraph 689 days ago
> I do wish not handling a Result was a hard error, and not just a warning via `must_use`

It is possible to turn any Rust warning into an error with the use of the `deny` attribute. In addition it is now possible to configure the behavior of lints in the `lints` section of Cargo.toml.