top | item 41113103

(no title)

sans-seraph | 1 year 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.

discuss

order

No comments yet.