mirror of
https://github.com/mre/mos6502.git
synced 2024-11-28 22:51:26 +00:00
remove lint for pointer_structural_match
, this is now a hard error
This commit is contained in:
parent
b052f9150f
commit
dbbb4a5ccf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user