Rollup merge of #143572 - yotamofek:pr/unused-allow-attrs, r=fee1-dead

Remove unused allow attrs

These `#[allow]`s seem to be unused (at least according to `x check`, didn't run `x test` locally). Let's clean them up! 🧹
This commit is contained in:
Matthias Krüger
2025-07-07 19:55:35 +02:00
committed by GitHub
10 changed files with 0 additions and 15 deletions

View File

@@ -1,4 +1,3 @@
#![allow(non_camel_case_types)]
#![expect(dead_code)]
use libc::{c_char, c_uint};