remove expect and wrapping

This commit is contained in:
auronandace
2026-07-10 19:06:40 +01:00
parent 433eb0dce7
commit 6f75b90451
+2 -4
View File
@@ -135,12 +135,10 @@ macro_rules! define_ioctl_data {
}
#[expect(clippy::needless_question_mark)]
// TODO unsure if safe to remove wrapping
Ok( f($mem_ty {
f($mem_ty {
noncounted_fields,
$($counted_field,)*
})?)
})
}
$(