Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit 0e28e5c

Browse files
geofftalex
authored andcommitted
example-sysctl does not require liballoc
1 parent 1c78ef8 commit 0e28e5c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example-sysctl/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#![no_std]
2-
#![feature(alloc)]
32

4-
extern crate alloc;
53
use core::sync::atomic::{AtomicBool, Ordering};
64

75
#[macro_use]

0 commit comments

Comments
 (0)