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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user