update documentation build
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good

This commit is contained in:
2024-06-25 16:07:07 +02:00
parent 0e347b0e37
commit a5918bfd4a
6 changed files with 14 additions and 6 deletions

View File

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