Skip to content

Commit

Permalink
Merge pull request #398 from tgross35/patch-1
Browse files Browse the repository at this point in the history
Derive `Debug` for `Flag<B>`
  • Loading branch information
KodrAus committed Feb 15, 2024
2 parents a5f9ce2 + 73dc066 commit e2c8409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/traits.rs
Expand Up @@ -11,6 +11,7 @@ use crate::{
/**
A defined flags value that may be named or unnamed.
*/
#[derive(Debug)]
pub struct Flag<B> {
name: &'static str,
value: B,
Expand Down

0 comments on commit e2c8409

Please sign in to comment.