From e5e3f9956abff25f53f080e9f43af2ec5ce67bf6 Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 15 Jan 2025 07:35:11 +0200 Subject: [PATCH] add comment --- src/app/browser/window/tab/item/page/client/protocol/feature.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/browser/window/tab/item/page/client/protocol/feature.rs b/src/app/browser/window/tab/item/page/client/protocol/feature.rs index af0b9d2f..e720f199 100644 --- a/src/app/browser/window/tab/item/page/client/protocol/feature.rs +++ b/src/app/browser/window/tab/item/page/client/protocol/feature.rs @@ -13,6 +13,7 @@ impl Feature { // Constructors /// Parse new `Self` from string + /// * holds related with parsed feature data pub fn from_string(request: &str) -> Self { if let Some(postfix) = request.strip_prefix("download:") { return Self::Download {