Skip to content

Commit d65760e

Browse files
committed
CI: Fix nightly build
``` error: lint `suspicious_auto_trait_impls` has been removed: no longer needed, see #93367 <rust-lang/rust#93367> for more information ```
1 parent 440b9ce commit d65760e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_docs.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
env:
1414
# Allow deprecated warning because we are using nightly and some things might be deprecated in nightly
1515
# 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
1716
# 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
17+
RUSTDOCFLAGS: --html-in-header=/home/runner/work/slint/slint/docs/resources/slint-docs-highlight.html -D warnings -W deprecated
1918
SLINT_NO_QT: 1
2019
CARGO_INCREMENTAL: false
2120
steps:

0 commit comments

Comments
 (0)