We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316bb7b commit 83b6ad1Copy full SHA for 83b6ad1
1 file changed
src/ring.rs
@@ -1,3 +1,5 @@
1
+#![cfg(feature = "sys")]
2
+
3
use std::marker::PhantomData;
4
use std::ptr;
5
use std::slice;
0 commit comments