Skip to content

Commit fc3e08a

Browse files
authored
Disable syn default features (parcel-bundler#361)
This disables the default syn features in lightningcss-derive's Cargo.toml. It also removes an unused syn feature. Related: parcel-bundler#357
1 parent aa16117 commit fc3e08a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ repository = "https://github.com/parcel-bundler/lightningcss"
1111
proc-macro = true
1212

1313
[dependencies]
14-
syn = { version = "1.0", features = ["extra-traits"] }
14+
syn = { version = "1.0", default-features = false }
1515
quote = "1.0"
1616
proc-macro2 = "1.0"

0 commit comments

Comments
 (0)