Skip to content

Commit

Permalink
Remove invalid optional from test - again, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-shigueo committed Nov 11, 2024
1 parent 0d51986 commit c7d2c4a
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)]
d: i32,

e: Foo,
Expand Down

0 comments on commit c7d2c4a

Please sign in to comment.