Skip to content

Commit

Permalink
Fix sample data_type_trivial_sample, add features to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvict committed Jun 9, 2022
1 parent 0f64c69 commit 45e9dc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions rust/test/dt/data_type_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

// #![ feature( trace_macros ) ]

#[ allow( unused_imports ) ]
use data_type as TheModule;
#[ allow( unused_imports ) ]
use test_tools::*;
Expand Down
4 changes: 4 additions & 0 deletions sample/rust/data_type_trivial_sample/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ version = "0.0.0"
edition = "2021"
publish = false

[features]
type_constructor = []
default = [ "type_constructor" ]

[dependencies]
data_type = { version = "*", path = "../../../module/rust/data_type" }

0 comments on commit 45e9dc5

Please sign in to comment.