chore: Reove dead feature

This commit is contained in:
Ed Page 2019-10-25 09:43:49 -06:00
parent 52926d8cd1
commit 0396c5942a
2 changed files with 0 additions and 8 deletions

View file

@ -22,10 +22,6 @@ doc = false
azure-devops = { project = "crate-ci", pipeline = "typos" } azure-devops = { project = "crate-ci", pipeline = "typos" }
codecov = { repository = "crate-ci/typos" } codecov = { repository = "crate-ci/typos" }
[features]
# Support quickly iterating
iterate_unstable = []
[dependencies] [dependencies]
typos = { version = "0.1", path = "typos" } typos = { version = "0.1", path = "typos" }
typos-dict = { version = "0.1", path = "typos-dict" } typos-dict = { version = "0.1", path = "typos-dict" }

View file

@ -15,10 +15,6 @@ edition = "2018"
travis-ci = { repository = "epage/typos" } travis-ci = { repository = "epage/typos" }
appveyor = { repository = "epage/typos" } appveyor = { repository = "epage/typos" }
[features]
# Support quickly iterating
iterate_unstable = []
[dependencies] [dependencies]
typos = { version = "0.1", path = "../typos" } typos = { version = "0.1", path = "../typos" }
phf = { version = "0.7", features = ["unicase"] } phf = { version = "0.7", features = ["unicase"] }