From 01538a13fd10e89808ecd9ab11682c572023faf2 Mon Sep 17 00:00:00 2001 From: robjtede Date: Thu, 3 Feb 2022 22:47:54 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2025d3d?= =?UTF-8?q?34927684e79b33dee75452802afea653708=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actix_session/index.html | 2 +- src/actix_session/lib.rs.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actix_session/index.html b/actix_session/index.html index fc6703733..8c111851d 100644 --- a/actix_session/index.html +++ b/actix_session/index.html @@ -28,7 +28,7 @@ modifying session data.

Ok("Welcome!") } -#[actix_rt::main] +#[actix_web::main] async fn main() -> std::io::Result<()> { HttpServer::new( || App::new() diff --git a/src/actix_session/lib.rs.html b/src/actix_session/lib.rs.html index a62c3fce4..dc3e7bae7 100644 --- a/src/actix_session/lib.rs.html +++ b/src/actix_session/lib.rs.html @@ -411,7 +411,7 @@ //! Ok("Welcome!") //! } //! -//! #[actix_rt::main] +//! #[actix_web::main] //! async fn main() -> std::io::Result<()> { //! HttpServer::new( //! || App::new()