diff --git a/fastn-core/src/catch_panic.rs b/fastn-core/src/catch_panic.rs index f04d3b3594..b1c175e142 100644 --- a/fastn-core/src/catch_panic.rs +++ b/fastn-core/src/catch_panic.rs @@ -23,7 +23,7 @@ use futures_util::FutureExt as _; /// /// # Examples /// -/// ```no_run +/// ```ignore /// # use actix_web::App; /// use actix_web_lab::middleware::CatchPanic; /// @@ -31,7 +31,7 @@ use futures_util::FutureExt as _; /// # ; /// ``` /// -/// ```no_run +/// ```ignore /// # use actix_web::App; /// use actix_web::middleware::{Logger, NormalizePath}; /// use actix_web_lab::middleware::CatchPanic;