mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
This runs all CI jobs with -Dwarnings, turning warnings into errors for CI. This is useful since we run rustfmt and clippy on CI on stable rust, while the builds and tests run with a specific older rustc. The latter is also used for local development usually since it is encoded in the rust-toolchain file. This warnings in clippy jobs of stable rust would often go unnoticed, however stable rust usually finds more genuine issues than the older compiler we use.