Skip to content

Commit

Permalink
🐛 Add Debug impl for MyConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
satler-git authored Oct 15, 2024
1 parent 2d89556 commit 1b37b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use std::{
u32,
};

#[derive(Serialize, Deserialize)]
#[derive(Serialize, Deserialize, Debug)]
struct MyConfig {
gas_api_key: String,
youtube_api_key: String,
Expand Down

0 comments on commit 1b37b2a

Please sign in to comment.