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 {