From cde85e836a88ef73062daf2ccc8a306123ca0753 Mon Sep 17 00:00:00 2001 From: Arpita-Jaiswal Date: Tue, 7 Nov 2023 21:12:49 +0530 Subject: [PATCH] Added ignore for doc test --- fastn-core/src/catch_panic.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;