Skip to content

Commit

Permalink
docs: all-features = true
Browse files Browse the repository at this point in the history
So the docs show that `bytes::Bytes` implements `IoBuf` (tokio-rs#43)
  • Loading branch information
AaronO authored May 29, 2022
1 parent 0fdc0c2 commit 591e504
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ bencher = "0.1.5"
tempfile = "3.2.0"
tokio = { version = "1.2", features = ["macros", "io-util"] }
tokio-test = "0.4.2"

[package.metadata.docs.rs]
all-features = true

0 comments on commit 591e504

Please sign in to comment.