From 6f2f276c7f01d684958993df2653e35639926bdc Mon Sep 17 00:00:00 2001 From: Alexander Jackson Date: Wed, 27 Jan 2021 10:54:14 +0000 Subject: [PATCH] Fix Vim not being in normal mode --- actix-http/src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.