chore: render taskdump docs in Netlify previews (#6060)

This commit is contained in:
Tymoteusz Wiśniewski 2023-10-09 11:57:36 +02:00 committed by GitHub
parent 0457690d01
commit d420d528f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,9 @@
RUSTDOCFLAGS=""" RUSTDOCFLAGS="""
--cfg docsrs \ --cfg docsrs \
--cfg tokio_unstable \ --cfg tokio_unstable \
--cfg tokio_taskdump \
""" """
RUSTFLAGS="--cfg tokio_unstable --cfg docsrs" RUSTFLAGS="--cfg tokio_unstable --cfg tokio_taskdump --cfg docsrs"
[[redirects]] [[redirects]]
from = "/" from = "/"