add missing attr
This commit is contained in:
@ -8,6 +8,7 @@
|
|||||||
//! [alloc](https://doc.rust-lang.org/alloc) crate is available to allow boxed trait objects.
|
//! [alloc](https://doc.rust-lang.org/alloc) crate is available to allow boxed trait objects.
|
||||||
//! These are used to supply user code to the crates.
|
//! These are used to supply user code to the crates.
|
||||||
#![no_std]
|
#![no_std]
|
||||||
|
#![cfg_attr(doc_cfg, feature(doc_cfg))]
|
||||||
#[cfg(feature = "alloc")]
|
#[cfg(feature = "alloc")]
|
||||||
extern crate alloc;
|
extern crate alloc;
|
||||||
extern crate downcast_rs;
|
extern crate downcast_rs;
|
||||||
|
Submodule spacepackets updated: 03d112cbef...97c70bf03b
Reference in New Issue
Block a user