add comment

This commit is contained in:
yggverse 2025-01-15 05:25:07 +02:00
parent 8091dd6ace
commit b27474d642

View File

@ -34,6 +34,7 @@ impl Status {
}
/// Create new `Self::Failure` as `Failure::RedirectLimit`
/// * this function is high-level wrapper for `Failure::redirect_limit`
pub fn failure_redirect_limit(count: usize, is_global: bool) -> Self {
Self::Failure {
event: now(),