Skip to content

Commit

Permalink
Testing Macros: Add extra-traits feature (#4643)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed May 24, 2023
1 parent 252506f commit 09c50c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruff_testing_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ proc-macro = true
glob = { workspace = true }
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { workspace = true }
syn = { workspace = true, features = ["extra-traits"] }

0 comments on commit 09c50c3

Please sign in to comment.