From efcd23ed63f33d5581d314e1b51717f60875513f Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 8 Jun 2026 11:45:09 +0200 Subject: [PATCH] Add doc_cfg feature for docs.rs --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 11ed1db..bedc01e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,5 @@ #![cfg_attr(all(not(test), not(feature = "std")), no_std)] +#![cfg_attr(docsrs, feature(doc_cfg))] // #![no_std] //! `ctap-types` maps the various types involved in the FIDO CTAP protocol