From a968ced63f1d62cc00a13ca3a7adacd74efac573 Mon Sep 17 00:00:00 2001 From: Joseph Perez Date: Thu, 14 Dec 2023 01:17:47 +0100 Subject: [PATCH] fix: fix typo (#822) --- utoipa-rapidoc/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utoipa-rapidoc/src/lib.rs b/utoipa-rapidoc/src/lib.rs index 6fddcd25..73705efb 100644 --- a/utoipa-rapidoc/src/lib.rs +++ b/utoipa-rapidoc/src/lib.rs @@ -255,7 +255,7 @@ impl<'u, 's, 'h> RapiDoc<'u, 's, 'h> { } } -mod acitx { +mod actix { #![cfg(feature = "actix-web")] use actix_web::dev::HttpServiceFactory;