mirror of
https://github.com/actix/actix-website
synced 2025-06-29 08:14:58 +02:00
Fix: unresolved import actix_web
Fixed error[E0432]: unresolved import `actix_web` adding extern crate actix_web
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user