Skip to content

Commit d4514e0

Browse files
daniel5151whitequark
authored andcommitted
remove #[feature(alloc)], (stable since Rust 1.36)
1 parent bb95207 commit d4514e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![no_std]
2-
#![cfg_attr(all(feature = "alloc", not(feature = "std")), feature(alloc))]
32

43
//! A library that provides a way to logically own objects, whether or not
54
//! heap allocation is available.

0 commit comments

Comments
 (0)