From b3c939009b4fcf27353f17771c0f27c2cdc56c65 Mon Sep 17 00:00:00 2001 From: Alyssa Evans Date: Wed, 13 Aug 2025 16:48:23 +0000 Subject: [PATCH] error: unexpected `cfg` condition value: `docs` note: see for more information about checking conditional configuration --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c514518..eb1bae8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,7 @@ edition = "2018" # when the default feature set is updated, verify that the `--features` flags in # `.github/workflows/ci.yaml` are updated accordingly default = ["curl-client", "middleware-logger", "encoding"] +docs = [] curl-client = ["http-client/curl_client", "once_cell", "default-client"] h1-client = [ "http-client/h1_client",