rusticl: drop an #[allow(dead_code)] marker
These aliases are all in use. Reviewed-by: Karol Herbst <kherbst@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25669>
This commit is contained in:
@@ -17,7 +17,6 @@ macro_rules! cl_callback {
|
||||
($cb:ident($fn_alias:ident) {
|
||||
$($p:ident : $ty:ty,)*
|
||||
}) => {
|
||||
#[allow(dead_code)]
|
||||
pub type $fn_alias = unsafe extern "C" fn(
|
||||
$($p: $ty,)*
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user