We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a9183 commit 5c3842cCopy full SHA for 5c3842c
derive/Cargo.toml
@@ -20,4 +20,4 @@ regex = []
20
[dependencies]
21
proc-macro2 = "1.0"
22
quote = "1.0"
23
-syn = { version = "1.0", features = ["derive", "parsing", "printing", "proc-macro"], default-features = false }
+syn = { version = "1.0", features = ["clone-impls", "derive", "parsing", "printing", "proc-macro"], default-features = false }
0 commit comments