diff --git a/Cargo.toml b/Cargo.toml index 18deff3..6ccd736 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,10 +22,6 @@ doc = false azure-devops = { project = "crate-ci", pipeline = "typos" } codecov = { repository = "crate-ci/typos" } -[features] -# Support quickly iterating -iterate_unstable = [] - [dependencies] typos = { version = "0.1", path = "typos" } typos-dict = { version = "0.1", path = "typos-dict" } diff --git a/typos-dict/Cargo.toml b/typos-dict/Cargo.toml index 763a239..3779c71 100644 --- a/typos-dict/Cargo.toml +++ b/typos-dict/Cargo.toml @@ -15,10 +15,6 @@ edition = "2018" travis-ci = { repository = "epage/typos" } appveyor = { repository = "epage/typos" } -[features] -# Support quickly iterating -iterate_unstable = [] - [dependencies] typos = { version = "0.1", path = "../typos" } phf = { version = "0.7", features = ["unicase"] }