Skip to content

Commit

Permalink
codegen: Disable clone-impls feature of syn
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Aug 26, 2024
1 parent e7c7057 commit 916f771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ globset = { version = "0.4", default-features = false }
prettyplease = "0.2"
proc-macro2 = { version = "1", default-features = false }
quote = { version = "1", default-features = false }
syn = { version = "2", default-features = false, features = ["parsing", "printing", "clone-impls", "full", "visit-mut"] }
syn = { version = "2", default-features = false, features = ["parsing", "printing", "full", "visit-mut"] }

[lints]
workspace = true

0 comments on commit 916f771

Please sign in to comment.