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:
parent
b052f9150f
commit
dbbb4a5ccf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user