We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157ea68 commit 0c19418Copy full SHA for 0c19418
src/macros.rs
@@ -81,6 +81,7 @@ macro_rules! try_sys {
81
/// // instead of
82
/// let ret = f(arg);
83
/// ```
84
+#[allow(unused_macro_rules)]
85
macro_rules! kernel_function {
86
($f:ident()) => {
87
$crate::arch::switch::kernel_function0($f)
0 commit comments