about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-07-07 19:55:35 +0200
committerGitHub <noreply@github.com>2025-07-07 19:55:35 +0200
commit7ed6bd98a248b62b3c490fb813bf4c29d9d57ae4 (patch)
tree56d766a59be956569b844b6283afb491a1cf0c11 /compiler/rustc_codegen_llvm
parentb6777b1939c841416acbda95c3100f9daaf9e503 (diff)
parent3b48407f93abd565b24d138cc7df56ee37855d82 (diff)
downloadrust-7ed6bd98a248b62b3c490fb813bf4c29d9d57ae4.tar.gz
rust-7ed6bd98a248b62b3c490fb813bf4c29d9d57ae4.zip
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! 🧹
Diffstat (limited to 'compiler/rustc_codegen_llvm')
-rw-r--r--compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs b/compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs
index 7b00b2da6ba..c696b8d8ff2 100644
--- a/compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs
+++ b/compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs
@@ -1,4 +1,3 @@
-#![allow(non_camel_case_types)]
 #![expect(dead_code)]
 
 use libc::{c_char, c_uint};