Add reqwest_unstable as checked-cfg

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2025-05-29 00:43:52 +10:00 committed by GitHub
parent 4b18a61223
commit 5e54ed2e0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -136,3 +136,6 @@ ipconfig = { version = "0.3.2", optional = true, default-features = false }
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(reqwest_unstable)'] }