From 58d981c51479926f140e14509751ce2d312a1f09 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 20 Nov 2023 14:46:32 -0500 Subject: [PATCH] use docsrs --cfg to turn on feature auto cfg --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e35173f..f8087b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ edition = "2018" [package.metadata.docs.rs] features = ["full"] +rustdoc-args = ["--cfg", "docsrs"] [dependencies] hyper = "1.0.0"