Skip to content

Commit 1ec1003

Browse files
committed
refactor: Turn off unused features in dependencies
1 parent a1abc2a commit 1ec1003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sailfish-compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ home = "0.5.3"
3030
[dependencies.syn]
3131
version = "1.0.21"
3232
default-features = false
33-
features = ["parsing", "full", "visit-mut", "printing", "clone-impls", "extra-traits"]
33+
features = ["parsing", "full", "visit-mut", "printing"]
3434

3535
[dependencies.proc-macro2]
3636
version = ">=1.0.11, <=1.0.24"

0 commit comments

Comments
 (0)