From 40710248ff4fcb6321827158fee9ffce1288d59a Mon Sep 17 00:00:00 2001 From: Sam M W Date: Mon, 29 Jul 2024 09:21:50 +0100 Subject: [PATCH] #[allow(clippy::needless_doctest_main)] --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 9194acd..e9ac2d6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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)]