docs: Fix docs build (#34)

This commit is contained in:
0x676e67 2025-01-13 13:05:00 +08:00 committed by GitHub
parent b875e49daf
commit a9feffea83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ include = [
]
[package.metadata.docs.rs]
features = ["rpk", "pq-experimental", "underscore-wildcards"]
features = ["pq-experimental", "underscore-wildcards"]
rustdoc-args = ["--cfg", "docsrs"]
[features]

View File

@ -13,7 +13,7 @@ edition = { workspace = true }
rust-version = "1.70"
[package.metadata.docs.rs]
features = ["rpk", "pq-experimental", "underscore-wildcards"]
features = ["pq-experimental", "underscore-wildcards"]
rustdoc-args = ["--cfg", "docsrs"]
[features]

View File

@ -12,7 +12,7 @@ An implementation of SSL streams for Tokio backed by BoringSSL
"""
[package.metadata.docs.rs]
features = ["rpk", "pq-experimental"]
features = ["pq-experimental"]
rustdoc-args = ["--cfg", "docsrs"]
[features]