mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -05:00
chore: Reove dead feature
This commit is contained in:
parent
52926d8cd1
commit
0396c5942a
2 changed files with 0 additions and 8 deletions
|
@ -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" }
|
||||||
|
|
|
@ -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"] }
|
||||||
|
|
Loading…
Reference in a new issue