Skip to content

Commit

Permalink
fixup! Add wheres to dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
ModProg committed Aug 3, 2024
1 parent 1eceab8 commit 85c32a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
1 change: 0 additions & 1 deletion .config/topic.dic
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ v1
v2
Versioning
zeroize
wheres
12 changes: 4 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,7 @@ zeroize-on-drop = ["zeroize"]
[dependencies]
proc-macro2 = { version = "1", default-features = false, features = ["proc-macro"] }
quote = { version = "1", default-features = false }
syn = { version = "2", default-features = false, features = [
"clone-impls",
"derive",
"extra-traits",
"full",
"parsing",
"printing",
] }
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "extra-traits", "full", "parsing", "printing"] }

[dev-dependencies]
pretty_assertions = "1"
Expand All @@ -47,3 +40,6 @@ zeroize_ = { version = "1.5", package = "zeroize", default-features = false }
[package.metadata.docs.rs]
all-features = true
targets = []

[workspace.metadata.typos]
default.extend-words.wheres = "wheres"

0 comments on commit 85c32a6

Please sign in to comment.