diff --git a/src/app/browser/window/tab/item/page/client/feature.rs b/src/app/browser/window/tab/item/page/client/feature.rs index 172a83c0..e5d6e1d9 100644 --- a/src/app/browser/window/tab/item/page/client/feature.rs +++ b/src/app/browser/window/tab/item/page/client/feature.rs @@ -22,7 +22,6 @@ 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 {