aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs1
1 files changed, 1 insertions, 0 deletions
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;
8 8
9/// Configuration struct for a single bot 9/// Configuration struct for a single bot
10#[derive(Debug, Serialize, Deserialize, Clone, Default)] 10#[derive(Debug, Serialize, Deserialize, Clone, Default)]
11#[allow(clippy::module_name_repetitions)]
11pub struct BotConfig { 12pub struct BotConfig {
12 /// The initial balance of this bot. 13 /// The initial balance of this bot.
13 pub starting_balance: u16, 14 pub starting_balance: u16,