Add doc_cfg feature for docs.rs

This commit is contained in:
Robin Krahl
2026-06-08 11:45:09 +02:00
parent 8956b7038c
commit efcd23ed63
+1
View File
@@ -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