Skip to content

Commit

Permalink
Merge pull request stanislav-tkach#325 from kianmeng/fix-typo
Browse files Browse the repository at this point in the history
Fix typo, explictly -> explicitly
  • Loading branch information
stanislav-tkach committed Nov 14, 2022
2 parents c79cd09 + b566d38 commit 7856ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deny.toml
Expand Up @@ -66,15 +66,15 @@ ignore = [
[licenses]
# The lint level for crates which do not have a detectable license
unlicensed = "deny"
# List of explictly allowed licenses
# List of explicitly allowed licenses
# See https://spdx.org/licenses/ for list of possible licenses
# [possible values: any SPDX 3.7 short identifier (+ optional exception)].
allow = [
"MIT",
"Apache-2.0",
"Unicode-DFS-2016",
]
# List of explictly disallowed licenses
# List of explicitly disallowed licenses
# See https://spdx.org/licenses/ for list of possible licenses
# [possible values: any SPDX 3.7 short identifier (+ optional exception)].
deny = [
Expand Down

0 comments on commit 7856ea2

Please sign in to comment.