1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -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,7 +6,7 @@ env:
# This is required to enable the web_sys clipboard API which eframe web uses
# https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Clipboard.html
# https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html
RUSTFLAGS: --cfg=web_sys_unstable_apis
RUSTFLAGS: --cfg=web_sys_unstable_apis -D warnings
RUSTDOCFLAGS: -D warnings
jobs: