update for docs generation

This commit is contained in:
Robin Mueller
2025-10-01 00:20:47 +02:00
parent 922801cc74
commit 04c864d6a2
2 changed files with 3 additions and 5 deletions

View File

@@ -57,7 +57,7 @@
//! println!("{:x?}", &ccsds_buf[0..6]);
//! ```
#![no_std]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![cfg_attr(docsrs, feature(doc_cfg))]
#[cfg(feature = "alloc")]
extern crate alloc;
#[cfg(any(feature = "std", test))]