1
0
mirror of https://github.com/mre/mos6502.git synced 2024-12-01 11:51:51 +00:00

remove lint for pointer_structural_match, this is now a hard error

This commit is contained in:
Sam M W 2024-07-29 09:18:04 +01:00 committed by Matthias Endler
parent b052f9150f
commit dbbb4a5ccf

View File

@ -38,7 +38,7 @@
variant_size_differences, variant_size_differences,
clippy::missing_const_for_fn 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)] #![allow(clippy::module_name_repetitions)]
// Registers and ops follow the 6502 naming convention and have similar names at // Registers and ops follow the 6502 naming convention and have similar names at
// times // times