1
0
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:
Sam M W 2024-07-29 09:21:50 +01:00 committed by Matthias Endler
parent dbbb4a5ccf
commit 40710248ff

View File

@ -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)]