added missing doc_cfg feature for doc_cfg attr
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2022-12-03 15:40:36 +01:00
parent 85bfcad111
commit dc6d726e61
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -42,6 +42,7 @@
//! println!("{:?}", sp_header);
//! ```
#![no_std]
#![cfg_attr(doc_cfg, feature(doc_cfg))]
#[cfg(feature = "alloc")]
extern crate alloc;
#[cfg(any(feature = "std", test))]