1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-01 07:51:52 +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!") //! Ok("Welcome!")
//! } //! }
//! //!
//! #[actix_rt::main] //! #[actix_web::main]
//! async fn main() -> std::io::Result<()> { //! async fn main() -> std::io::Result<()> {
//! HttpServer::new( //! HttpServer::new(
//! || App::new() //! || App::new()