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 9c0f15c commit 659080aCopy full SHA for 659080a
src/scheduler/task/mod.rs
@@ -1,5 +1,6 @@
1
#![allow(clippy::type_complexity)]
2
3
+#[cfg(not(feature = "common-os"))]
4
pub(crate) mod tls;
5
6
use alloc::collections::{LinkedList, VecDeque};
0 commit comments