From cd31b30319111d196ab89d2bf1290c5ccc301ba3 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 16 Sep 2019 15:05:06 +0900 Subject: [PATCH] Remove native feature --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) 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"] }