1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00

Update qs_14.md

fix syntax error on use statement
This commit is contained in:
flip111 2018-03-06 01:35:41 +01:00 committed by GitHub
parent c8844425ad
commit 67f5a949a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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. could be used for other databases.
```rust,ignore ```rust,ignore
use actix::prelude::*;* use actix::prelude::*;
struct DbExecutor(SqliteConnection); struct DbExecutor(SqliteConnection);