Remove feature(alloc) declarations which are no longer needed.

This commit is contained in:
Dan Gohman
2019-09-06 21:39:18 -07:00
parent fa9175f9e5
commit e2efa6318b
2 changed files with 0 additions and 2 deletions

View File

@@ -25,7 +25,6 @@
)
)]
#![no_std]
#![cfg_attr(not(feature = "std"), feature(alloc))]
#[cfg(not(feature = "std"))]
#[macro_use]

View File

@@ -22,7 +22,6 @@
)
)]
#![no_std]
#![cfg_attr(not(feature = "std"), feature(alloc))]
#[cfg(not(feature = "std"))]
#[macro_use]