Skip to content

Commit 1fe6bf7

Browse files
committed
Add allowed external types config
Signed-off-by: Matthias Beyer <[email protected]>
1 parent 983f786 commit 1fe6bf7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

external-types.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
allowed_external_types = [
2+
"convert_case::case::Case",
3+
"nom::error::ErrorKind",
4+
"serde::de::Deserialize",
5+
"serde::de::Deserializer",
6+
"serde::de::Error",
7+
"serde::ser::Error",
8+
"serde::ser::Serialize",
9+
]
10+

0 commit comments

Comments
 (0)