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;