mirror of
https://github.com/actix/actix-web.git
synced 2025-01-04 06:18:51 +00:00
Update qs_14.md
fix syntax error on use statement
This commit is contained in:
parent
c8844425ad
commit
67f5a949a4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
could be used for other databases.
|
||||||
|
|
||||||
```rust,ignore
|
```rust,ignore
|
||||||
use actix::prelude::*;*
|
use actix::prelude::*;
|
||||||
|
|
||||||
struct DbExecutor(SqliteConnection);
|
struct DbExecutor(SqliteConnection);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue