Skip to content

Commit

Permalink
derive: enable "full-syntax" for tests
Browse files Browse the repository at this point in the history
I couldn't find a way to use "full-syntax" only for `with_custom_values`
:(.
  • Loading branch information
hcpl committed Jan 20, 2018
1 parent a91c363 commit 0f58c1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ compiletest_rs = "0.3.5"
[dev-dependencies.num]
version = "0.1"

[dev-dependencies.num-derive]
path = "."
features = ["full-syntax"]

[features]
full-syntax = ["syn/full"]

Expand Down

0 comments on commit 0f58c1c

Please sign in to comment.