Remove feature(alloc) declarations which are no longer needed.
This commit is contained in:
@@ -25,7 +25,6 @@
|
|||||||
)
|
)
|
||||||
)]
|
)]
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![cfg_attr(not(feature = "std"), feature(alloc))]
|
|
||||||
|
|
||||||
#[cfg(not(feature = "std"))]
|
#[cfg(not(feature = "std"))]
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
|
|||||||
@@ -22,7 +22,6 @@
|
|||||||
)
|
)
|
||||||
)]
|
)]
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![cfg_attr(not(feature = "std"), feature(alloc))]
|
|
||||||
|
|
||||||
#[cfg(not(feature = "std"))]
|
#[cfg(not(feature = "std"))]
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
|
|||||||
Reference in New Issue
Block a user