From 8793d40667cf5ae0c007e48b992d42eb9bdc130f Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sun, 21 Jan 2024 14:24:32 +1100 Subject: [PATCH] Fix documenting features in crates.io Rename cfg `docsrs` => `tokio_io_utility_docsrs` Signed-off-by: Jiahao XU --- build_doc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_doc.sh b/build_doc.sh index cb4ed46..9fab96e 100755 --- a/build_doc.sh +++ b/build_doc.sh @@ -1,4 +1,4 @@ #!/bin/sh -export RUSTDOCFLAGS="--cfg docsrs" +export RUSTDOCFLAGS="--cfg tokio_io_utility_docsrs" exec cargo +nightly doc --all-features