We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8faa9fb commit 95a5aa7Copy full SHA for 95a5aa7
.github/workflows/rust.yml
@@ -7,10 +7,11 @@ concurrency:
7
cancel-in-progress: true
8
9
env:
10
- # This is required to enable the web_sys clipboard API which egui_web uses
+ # --cfg=web_sys_unstable_apis is required to enable the web_sys clipboard API which egui_web uses
11
# https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Clipboard.html
12
# https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html
13
- RUSTFLAGS: --cfg=web_sys_unstable_apis
+ RUSTFLAGS: -D warnings --cfg=web_sys_unstable_apis
14
+ RUSTDOCFLAGS: -D warnings
15
16
jobs:
17
check:
0 commit comments