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

Commit cc1080b

Browse files
committed
Added const_str_as_bytes feature to sysctl-tests
1 parent 20b919b commit cc1080b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/sysctl/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![no_std]
2+
#![feature(const_str_as_bytes)]
23

34
use core::sync::atomic::AtomicBool;
45

0 commit comments

Comments
 (0)