Closed Dirbaio closed 2 years ago
It is annoying to get hard errors while developing, it prevents testing things out without documenting them because it fails the build.
This changes it to warn, which has the same effect in CI (because it already has RUSTFLAGS: '--deny warnings'), but still allows buildilng.
RUSTFLAGS: '--deny warnings'
r? @eldruin
(rust-highfive has picked a reviewer for you, use r? to override)
Build succeeded:
It is annoying to get hard errors while developing, it prevents testing things out without documenting them because it fails the build.
This changes it to warn, which has the same effect in CI (because it already has
RUSTFLAGS: '--deny warnings'
), but still allows buildilng.