mirror of
https://github.com/mre/mos6502.git
synced 2024-11-28 22:51:26 +00:00
#[allow(clippy::needless_doctest_main)]
This commit is contained in:
parent
dbbb4a5ccf
commit
40710248ff
@ -39,7 +39,7 @@
|
|||||||
clippy::missing_const_for_fn
|
clippy::missing_const_for_fn
|
||||||
)]
|
)]
|
||||||
#![deny(anonymous_parameters, macro_use_extern_crate)]
|
#![deny(anonymous_parameters, macro_use_extern_crate)]
|
||||||
#![allow(clippy::module_name_repetitions)]
|
#![allow(clippy::module_name_repetitions, clippy::needless_doctest_main)]
|
||||||
// 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
|
||||||
#![allow(clippy::similar_names)]
|
#![allow(clippy::similar_names)]
|
||||||
|
Loading…
Reference in New Issue
Block a user