1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00

fix doctest

This commit is contained in:
Rob Ede 2022-02-03 22:41:41 +00:00
parent 0ac068a14d
commit 25d3d34927
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

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()