mirror of
https://github.com/actix/actix-web.git
synced 2025-02-07 06:42:22 +00:00
commit
6078344ecc
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.
|
||||
|
||||
```rust,ignore
|
||||
use actix::prelude::*;*
|
||||
use actix::prelude::*;
|
||||
|
||||
struct DbExecutor(SqliteConnection);
|
||||
|
||||
|
|
Loading…
Reference in a new issue