mirror of
https://github.com/actix/actix-website
synced 2024-11-24 00:41:07 +01:00
fixes missing Comma.
This commit is contained in:
parent
0937cd8fdf
commit
96d8bec2a8
@ -10,7 +10,7 @@ members = [
|
|||||||
"server",
|
"server",
|
||||||
"url-dispatch",
|
"url-dispatch",
|
||||||
"responder-trait",
|
"responder-trait",
|
||||||
"either"
|
"either",
|
||||||
]
|
]
|
||||||
exclude = [
|
exclude = [
|
||||||
"request-handlers",
|
"request-handlers",
|
||||||
@ -25,7 +25,6 @@ exclude = [
|
|||||||
"static-files",
|
"static-files",
|
||||||
"websockets",
|
"websockets",
|
||||||
"http2",
|
"http2",
|
||||||
"databases",
|
|
||||||
"og_databases",
|
"og_databases",
|
||||||
"sentry",
|
"sentry",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user