Fix Vim not being in normal mode

This commit is contained in:
Alexander Jackson 2021-01-27 10:54:14 +00:00
parent 536b9b966e
commit 6f2f276c7f
1 changed files with 1 additions and 1 deletions

View File

@ -975,7 +975,7 @@ where
InternalError::new(err, StatusCode::NETWORK_AUTHENTICATION_REQUIRED).into() InternalError::new(err, StatusCode::NETWORK_AUTHENTICATION_REQUIRED).into()
} }
#[cfg(feature = "actors")pp] #[cfg(feature = "actors")]
/// Returns [`StatusCode::INTERNAL_SERVER_ERROR`] for [`actix::MailboxError`]. /// Returns [`StatusCode::INTERNAL_SERVER_ERROR`] for [`actix::MailboxError`].
/// ///
/// This is only supported when the feature `actors` is enabled. /// This is only supported when the feature `actors` is enabled.