From d420d528f96c068736873398124734769afde81b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tymoteusz=20Wi=C5=9Bniewski?= Date: Mon, 9 Oct 2023 11:57:36 +0200 Subject: [PATCH] chore: render taskdump docs in Netlify previews (#6060) --- netlify.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 5705ce0d13a..e6e7343de24 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,8 +8,9 @@ RUSTDOCFLAGS=""" --cfg docsrs \ --cfg tokio_unstable \ + --cfg tokio_taskdump \ """ - RUSTFLAGS="--cfg tokio_unstable --cfg docsrs" + RUSTFLAGS="--cfg tokio_unstable --cfg tokio_taskdump --cfg docsrs" [[redirects]] from = "/"