1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 00:50:20 +02:00

Merge pull request #97 from flip111/patch-1

Update qs_14.md
This commit is contained in:
Nikolay Kim
2018-03-05 16:36:32 -08:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ We have to define sync actor and connection that this actor will use. Same appro
could be used for other databases.
```rust,ignore
use actix::prelude::*;*
use actix::prelude::*;
struct DbExecutor(SqliteConnection);