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

Commit d5b4bdf

Browse files
committed
Guard random with nightly feature
1 parent d6ea2e5 commit d5b4bdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/asm.rs

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
//! Wrappers around ARMv8-A instructions.
1010
1111
pub mod barrier;
12+
13+
#[cfg(feature = "nightly")]
1214
pub mod random;
1315

1416
/// The classic no-op

0 commit comments

Comments
 (0)