1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

deny warnings on CI and check.sh with -D warnings (#1710)

This commit is contained in:
Emil Ernerfeldt
2022-06-02 21:06:12 +02:00
committed by GitHub
parent f8ce51e5aa
commit 083e20474b
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ set -eux
# Checks all tests, lints etc.
# Basically does what the CI does.
RUSTFLAGS="-D warnings"
RUSTDOCFLAGS="-D warnings" # https://github.com/emilk/egui/pull/1454
cargo check --workspace --all-targets