mirror of https://github.com/fafhrd91/actix-web
fix import
Realized awc is a separate crate so the old import is correct and would cause no confusion when using it stand alone.
This commit is contained in:
parent
331979e846
commit
9400b3c984
|
@ -17,8 +17,8 @@
|
|||
|
||||
## Example
|
||||
```rust
|
||||
use actix_web::client::Client;
|
||||
use actix_web::rt::System;
|
||||
use actix_rt::System;
|
||||
use awc::Client;
|
||||
|
||||
fn main() {
|
||||
System::new("test").block_on(async {
|
||||
|
|
Loading…
Reference in New Issue