Skip to content

Commit

Permalink
Fix documenting features in crates.io (#21)
Browse files Browse the repository at this point in the history
Rename cfg `docsrs` => `tokio_io_utility_docsrs`

Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu authored Jan 21, 2024
1 parent 84c9f99 commit 62d717e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_doc.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

export RUSTDOCFLAGS="--cfg docsrs"
export RUSTDOCFLAGS="--cfg tokio_io_utility_docsrs"
exec cargo +nightly doc --all-features

0 comments on commit 62d717e

Please sign in to comment.