chore: remove redundant words in comment (#12394)

Signed-off-by: wangjingcun <wangjingcun@aliyun.com>
This commit is contained in:
wangjingcun
2024-11-08 18:23:02 +08:00
committed by GitHub
parent 87f328f957
commit c5ab4243e7
3 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ allow = [
# aren't accepted for every possible crate as with the normal allow list
exceptions = [
# TODO: decide on MPL-2.0 handling
# These dependencies are grandfathered in in https://github.com/paradigmxyz/reth/pull/6980
# These dependencies are grandfathered in https://github.com/paradigmxyz/reth/pull/6980
{ allow = ["MPL-2.0"], name = "option-ext" },
{ allow = ["MPL-2.0"], name = "webpki-roots" },
]