From 7e23d86ee71daabb9df49623d1c5f9625fd9546e Mon Sep 17 00:00:00 2001 From: necrashter Date: Sat, 23 Apr 2022 23:08:53 +0300 Subject: Suppress clippy warning: module_name_repetition Co-authored-by: Yigit Sever --- src/config.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/config.rs b/src/config.rs index 297e587..9986970 100644 --- a/src/config.rs +++ b/src/config.rs @@ -8,6 +8,7 @@ use std::collections::HashMap; /// Configuration struct for a single bot #[derive(Debug, Serialize, Deserialize, Clone, Default)] +#[allow(clippy::module_name_repetitions)] pub struct BotConfig { /// The initial balance of this bot. pub starting_balance: u16, -- cgit v1.2.3-70-g09d2