Skip to content

Commit

Permalink
Added ignore for doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpita-Jaiswal committed Nov 7, 2023
1 parent 7cd9b77 commit 6931b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastn-core/src/catch_panic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ use futures_util::FutureExt as _;
///
/// # Examples
///
/// ```no_run
/// ```ignore
/// # use actix_web::App;
/// use actix_web_lab::middleware::CatchPanic;
///
/// App::new().wrap(CatchPanic::default())
/// # ;
/// ```
///
/// ```no_run
/// ```ignore
/// # use actix_web::App;
/// use actix_web::middleware::{Logger, NormalizePath};
/// use actix_web_lab::middleware::CatchPanic;
Expand Down

0 comments on commit 6931b44

Please sign in to comment.