Skip to content

Commit

Permalink
Update Cargo.toml: Rename docsrs to tokio_io_utility_docsrs
Browse files Browse the repository at this point in the history
Forgot to commit that file

Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed Jan 21, 2024
1 parent 84c9f99 commit 808c088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ categories = ["asynchronous"]
[package.metadata.docs.rs]
# document all features
all-features = true
# defines the configuration attribute `docsrs`
rustdoc-args = ["--cfg", "docsrs"]
# defines the configuration attribute `tokio_io_utility_docsrs`
rustdoc-args = ["--cfg", "tokio_io_utility_docsrs"]

[features]
read-exact-to-bytes = ["bytes"]
Expand Down

0 comments on commit 808c088

Please sign in to comment.