Skip to content

Commit 13dcd7f

Browse files
committed
Remove an unused feature
1 parent 71055a9 commit 13dcd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![cfg_attr(feature = "allocator-api", feature(allocator_api, alloc))]
1+
#![cfg_attr(feature = "allocator-api", feature(allocator_api))]
22
#![cfg_attr(target_arch = "wasm32", feature(stdsimd))]
33
#![cfg_attr(not(feature = "allocator-api"), allow(dead_code))]
44
#![no_std]

0 commit comments

Comments
 (0)