remove #[feature(alloc)], (stable since Rust 1.36)
This commit is contained in:
parent
35864e38fa
commit
6716339551
|
@ -1,5 +1,4 @@
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![cfg_attr(all(feature = "alloc", not(feature = "std")), feature(alloc))]
|
|
||||||
|
|
||||||
//! A library that provides a way to logically own objects, whether or not
|
//! A library that provides a way to logically own objects, whether or not
|
||||||
//! heap allocation is available.
|
//! heap allocation is available.
|
||||||
|
|
Loading…
Reference in New Issue