Remove rpk from hyper docsrs features

The feature doesn't exist anymore.
This commit is contained in:
Anthony Ramine 2023-12-13 14:17:15 +01:00 committed by Anthony Ramine
parent 446b65550a
commit 6f5f59d7a9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ readme = "README.md"
exclude = ["test/*"]
[package.metadata.docs.rs]
features = ["rpk", "pq-experimental"]
features = ["pq-experimental"]
rustdoc-args = ["--cfg", "docsrs"]
[features]