From dbbb4a5ccf4413d508cd012fe6647ec3e31ef0d4 Mon Sep 17 00:00:00 2001 From: Sam M W Date: Mon, 29 Jul 2024 09:18:04 +0100 Subject: [PATCH] remove lint for `pointer_structural_match`, this is now a hard error --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index e58110c..9194acd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -38,7 +38,7 @@ variant_size_differences, clippy::missing_const_for_fn )] -#![deny(anonymous_parameters, macro_use_extern_crate, pointer_structural_match)] +#![deny(anonymous_parameters, macro_use_extern_crate)] #![allow(clippy::module_name_repetitions)] // Registers and ops follow the 6502 naming convention and have similar names at // times