Skip to content

Commit

Permalink
Add allowed external types config
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Beyer <[email protected]>
  • Loading branch information
matthiasbeyer committed Dec 15, 2023
1 parent 983f786 commit 1fe6bf7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions external-types.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
allowed_external_types = [
"convert_case::case::Case",
"nom::error::ErrorKind",
"serde::de::Deserialize",
"serde::de::Deserializer",
"serde::de::Error",
"serde::ser::Error",
"serde::ser::Serialize",
]

0 comments on commit 1fe6bf7

Please sign in to comment.