and if you dont want to always deny warnings you can use "cfg_atr" for example like this ```rust #[cfg_attr(feature = "warnings-to-errors", deny(warnings))] ``` and just define that feature flag in your Cargo.toml