From 591e5045fe172d87cc989597e2c282800bdb9d2f Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Sun, 29 May 2022 21:35:14 +0200 Subject: [PATCH] docs: all-features = true So the docs show that `bytes::Bytes` implements `IoBuf` (#43) --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 41b8254d..66a91a5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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