is it possible to enable #![deny(warnings)] globally in rust/cargo so warnings would be treated as errors?
Replying to @plombirka@mk.ilyamikcoder.com
@plombirka in cargo config:
[build]
warnings = "deny"
https://doc.rust-lang.org/cargo/reference/config.html#buildwarnings