Skip to content

Commit 3a7b030

Browse files
ndmitchellfacebook-github-bot
authored andcommitted
Make sure you have Debug for syn in starlark_module
Summary: Otherwise packaging fails (which seemingly does a more precise feature enablement check). Reviewed By: cjhopman Differential Revision: D27576811 fbshipit-source-id: 9fe4b7b5519d61ff687808adcffff3c55c2d1556
1 parent 3d965fb commit 3a7b030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starlark_module/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ proc-macro = true
1313

1414
[dependencies]
1515
proc-macro2 = "1.0"
16-
syn = { version = "1.0.33", features = ["full"] }
16+
syn = { version = "1.0.33", features = ["full", "extra-traits"] }
1717
# @oss-disable: gazebo = { path = "../../gazebo/gazebo", features = ["str_pattern_extensions"] }
1818
gazebo = { version = "0.2.0", features = ["str_pattern_extensions"] } # @oss-enable
1919
quote = "1.0.3"

0 commit comments

Comments
 (0)