1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Fail docs build when warnings are generated (#1454)

This commit is contained in:
Nicklas Møller
2022-04-05 08:06:41 +02:00
committed by GitHub
parent c3b6d1bab9
commit f8e833ad8b

View File

@@ -7,6 +7,7 @@ env:
# https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Clipboard.html # https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Clipboard.html
# https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.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
RUSTDOCFLAGS: -D warnings
jobs: jobs:
check_default: check_default: