mirror of https://github.com/fafhrd91/actix-web
Fix Vim not being in normal mode
This commit is contained in:
parent
536b9b966e
commit
6f2f276c7f
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue