Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Aug 18, 2021
1 parent 57fa808 commit f5ddd8e
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 6 deletions.
87 changes: 82 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ url = { version = "2", features = ["serde"] }

# dictionary lookup with affixes
hunspell-rs = { version = "0.3", optional = true }
fd-lock = { version = "3", optional = true }
fd-lock = { git = "https://github.com/sunfishcode/fd-lock", optional = true }
io-lifetimes = { version = "0.2.4", features = ["fs-err"] }

# full grammar check, but also tokenization and disambiguation
nlprule = { version = "=0.6.4", optional = true }
Expand Down
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
//!
//! A syntax tree based doc comment and common mark spell checker.
use io_lifetimes as _;

mod action;
mod checker;
mod config;
Expand Down

0 comments on commit f5ddd8e

Please sign in to comment.