From b27474d64288e82c22a644d07d92575bef5e57e4 Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 15 Jan 2025 05:25:07 +0200 Subject: [PATCH] add comment --- src/app/browser/window/tab/item/page/client/status.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/browser/window/tab/item/page/client/status.rs b/src/app/browser/window/tab/item/page/client/status.rs index c6540663..7da79d69 100644 --- a/src/app/browser/window/tab/item/page/client/status.rs +++ b/src/app/browser/window/tab/item/page/client/status.rs @@ -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(),