mirror of
https://github.com/ArcaneChat/core.git
synced 2026-07-03 14:05:33 +02:00
0b810d7d65
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.