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