mirror of https://github.com/fafhrd91/actix-web
Remove duplicated entry for "serde::*" in cargo_check_external_types config (#3776)
This commit is contained in:
parent
89fea1f5ee
commit
b200a45c8e
|
@ -52,7 +52,6 @@ allowed_external_types = [
|
|||
"serde_json::*",
|
||||
"serde_urlencoded::*",
|
||||
"serde::*",
|
||||
"serde::*",
|
||||
"tokio::*",
|
||||
"url::*",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue