diff --git a/actix-http/src/error.rs b/actix-http/src/error.rs index ab3f9c6bb..a01d5c70b 100644 --- a/actix-http/src/error.rs +++ b/actix-http/src/error.rs @@ -975,7 +975,7 @@ where InternalError::new(err, StatusCode::NETWORK_AUTHENTICATION_REQUIRED).into() } -#[cfg(feature = "actors")pp] +#[cfg(feature = "actors")] /// Returns [`StatusCode::INTERNAL_SERVER_ERROR`] for [`actix::MailboxError`]. /// /// This is only supported when the feature `actors` is enabled.