Skip to content

Commit

Permalink
Merge branch 'main' into support-rust-decimal
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-shigueo authored Sep 7, 2024
2 parents 5700cb0 + fb47428 commit 8940fe1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ts-rs/tests/integration/impl_primitive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ fn impl_primitive_bigdecimal() {
<String as ts_rs::TS>::inline()
)
}

#[cfg(feature = "rust_decimal-impl")]
#[test]
fn impl_primitive_rustdecimal() {
Expand All @@ -22,6 +23,7 @@ fn impl_primitive_rustdecimal() {
<String as ts_rs::TS>::inline()
)
}

#[cfg(feature = "smol_str-impl")]
#[test]
fn impl_primitive_smolstr() {
Expand Down

0 comments on commit 8940fe1

Please sign in to comment.