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:
LingMan
2023-10-14 03:15:26 +02:00
committed by Marge Bot
parent b10e750199
commit 54c74164a8
@@ -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,)*
);