Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jul 19, 2024
1 parent 5d73864 commit 67fa12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ mod enums {
use super::*;

#[derive(Display)]
#[display("{} Variant: {} {}", _variant)]
#[display("{_variant} Variant: {_variant} {_variant}")]
enum Enum {
#[display("A {_0}")]
A(i32),
Expand Down

0 comments on commit 67fa12b

Please sign in to comment.