Remove duplicated entry for "serde::*" in cargo_check_external_types config

This commit is contained in:
Martin Grigorov 2025-09-22 09:16:31 +03:00 committed by GitHub
parent 41d0176c1d
commit 87044099e0
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::*",
]