remove #[feature(alloc)], (stable since Rust 1.36)

master
Daniel Prilik 2020-07-03 14:58:00 -04:00 committed by whitequark
parent 35864e38fa
commit 6716339551
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
#![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
//! heap allocation is available.