We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440b9ce commit d65760eCopy full SHA for d65760e
.github/workflows/build_docs.yaml
@@ -13,9 +13,8 @@ jobs:
13
env:
14
# Allow deprecated warning because we are using nightly and some things might be deprecated in nightly
15
# for which the stable alternative is not yet available.
16
- # Allow suspicious-auto-trait-impls to work around https://github.com/Diggsey/scoped-tls-hkt/issues/2
17
# RUSTFLAGS: -D warnings -W deprecated
18
- RUSTDOCFLAGS: --html-in-header=/home/runner/work/slint/slint/docs/resources/slint-docs-highlight.html -D warnings -W deprecated -W suspicious-auto-trait-impls
+ RUSTDOCFLAGS: --html-in-header=/home/runner/work/slint/slint/docs/resources/slint-docs-highlight.html -D warnings -W deprecated
19
SLINT_NO_QT: 1
20
CARGO_INCREMENTAL: false
21
steps:
0 commit comments