Skip to content

Commit

Permalink
chore: Reove dead feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Page committed Oct 25, 2019
1 parent 52926d8 commit 0396c59
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
4 changes: 0 additions & 4 deletions typos-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 0396c59

Please sign in to comment.