From 26e033e300996f84cd048083dc2d876f0d1a9c2b Mon Sep 17 00:00:00 2001 From: Ian Ker-Seymer Date: Fri, 21 Apr 2023 21:19:20 -0400 Subject: [PATCH] Do not allow unaligned-references --- crates/rb-sys/src/bindings.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/rb-sys/src/bindings.rs b/crates/rb-sys/src/bindings.rs index 4e2239e8..386629a7 100644 --- a/crates/rb-sys/src/bindings.rs +++ b/crates/rb-sys/src/bindings.rs @@ -8,7 +8,6 @@ #![allow(unknown_lints)] #![allow(deref_nullptr)] #![warn(unknown_lints)] -#![allow(unaligned_references)] #![allow(clippy::all)] #![allow(rustdoc::broken_intra_doc_links)] #![allow(rustdoc::invalid_rust_codeblocks)]