Remove duplicated entry for "serde::*" in cargo_check_external_types config (#3776)

This commit is contained in:
Martin Grigorov 2025-09-22 14:05:48 +03:00 committed by GitHub
parent 89fea1f5ee
commit b200a45c8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ allowed_external_types = [
"serde_json::*",
"serde_urlencoded::*",
"serde::*",
"serde::*",
"tokio::*",
"url::*",
]