mirror of
https://github.com/mre/mos6502.git
synced 2024-11-25 02:33: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
|
||||
)]
|
||||
#![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
|
||||
// times
|
||||
#![allow(clippy::similar_names)]
|
||||
|
Loading…
Reference in New Issue
Block a user