Skip to content

Commit

Permalink
remove debug feature
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto committed Jul 29, 2024
1 parent 7c5abd0 commit b53cbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion struct-patch-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0", features = ["parsing", "extra-traits"] }
syn = { version = "2.0", features = ["parsing"] }

[features]
status = []

0 comments on commit b53cbf8

Please sign in to comment.