mirror of
https://github.com/actix/actix-website
synced 2025-01-22 16:15:56 +01:00
f43a46b58e
The page which refers make_app_mutable section: https://actix.rs/docs/application/ Although the original example compiled, I found it a bit incomplete as it didn't really start the server. As a beginner, I first tried to reuse original `main()` example and ran into lifetime issue with counter instance. Took me a bit to figure "ahha sure, I need to move it in."