mirror of
https://github.com/actix/actix-website
synced 2024-11-27 18:12:57 +01:00
Merge pull request #44 from cirelli94/patch-1
Fix: unresolved import `actix_web`
This commit is contained in:
commit
343cf8b7de
@ -41,6 +41,7 @@ listenfd = "0.3"
|
||||
Then modify your server code to only invoke `bind` as a fallback:
|
||||
|
||||
```rust
|
||||
extern crate actix_web;
|
||||
extern crate listenfd;
|
||||
|
||||
use listenfd::ListenFd;
|
||||
|
Loading…
Reference in New Issue
Block a user