diff --git a/Cargo.toml b/Cargo.toml index 89613b3..36073d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,10 +15,6 @@ edition = "2018" [lib] proc-macro = true -[features] -default = ["native"] -native = [] - [dependencies] syn = { version = "0.15.33", features = ["full"] } proc-macro2 = { version = "0.4.29", features = ["nightly"] }