Skip to content

Commit

Permalink
Remove invalid optional attribute from test
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-shigueo committed Nov 10, 2024
1 parent a562561 commit 6f064f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ts-rs/tests/integration/optional_field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ struct OptionalStruct {
#[ts(optional = nullable)]
c: Option<i32>,

#[ts(optional = nullable)]
d: i32,

e: Foo,
Expand Down

0 comments on commit 6f064f5

Please sign in to comment.