Skip to content

Commit

Permalink
CI/check_external_types: allow re-exporting nom types
Browse files Browse the repository at this point in the history
  • Loading branch information
chifflier committed Apr 9, 2024
1 parent 014de40 commit c8f6538
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,9 @@ colored = "2.0"
hex-literal = "0.4"
pem = "3.0"
trybuild = "1.0"

[package.metadata.cargo_check_external_types]
allowed_external_types = [
"nom",
"nom::*",
]

0 comments on commit c8f6538

Please sign in to comment.