1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

fix doctest

This commit is contained in:
Rob Ede
2022-02-03 22:41:41 +00:00
parent 0ac068a14d
commit 25d3d34927

View File

@ -26,7 +26,7 @@
//! Ok("Welcome!")
//! }
//!
//! #[actix_rt::main]
//! #[actix_web::main]
//! async fn main() -> std::io::Result<()> {
//! HttpServer::new(
//! || App::new()