Skip to content

Commit

Permalink
Merge pull request #38 from Pratyush/remove-syn-feature
Browse files Browse the repository at this point in the history
Remove "full" feature from syn
  • Loading branch information
mcarton authored Aug 9, 2019
2 parents 1fd45f3 + 9a1fdef commit fbbd067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ proc-macro = true
compiletest_rs = { version = "^0.3.14", optional = true }
proc-macro2 = "^0.4.13"
quote = "^0.6.3"
syn = { version = "^0.15.10", features = ["full", "visit", "extra-traits"] }
syn = { version = "^0.15.10", features = ["visit", "extra-traits"] }

[features]
test-nightly = ["compiletest_rs"]
Expand Down

0 comments on commit fbbd067

Please sign in to comment.