We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f3cb8 commit 034da40Copy full SHA for 034da40
1 file changed
src/de/async_fiber.rs
@@ -2,6 +2,7 @@
2
#![allow(clippy::vec_box)]
3
// For Windows Development traditions, we allow non_snake_case
4
#![allow(non_snake_case)]
5
+// PLease notice this module do not support async operations that evolves AVX/AVX2/AVX512
6
7
#[cfg(feature = "async-fiber")]
8
use alloc::boxed::Box;
0 commit comments