From 1f08f96dc5266f5835bf60269e076a0c6007ee6e Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 15 Jan 2025 08:34:45 +0200 Subject: [PATCH] update comments --- src/app/browser/window/tab/item/page/client/feature.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 eaf63e06..172a83c0 100644 --- a/src/app/browser/window/tab/item/page/client/feature.rs +++ b/src/app/browser/window/tab/item/page/client/feature.rs @@ -1,6 +1,6 @@ //! Feature components in development, //! this asset initiated as the attempt to reduce current `Page` code size -//! and delegate different protocol features to specified drivers under this location +//! and delegate different protocol features to specified drivers under this location with itself implementation // @TODO cleanup this message on complete mod request; @@ -8,8 +8,7 @@ mod request; // Local dependencies use request::Request; -/// Special features enumeration -/// * may not be available for some protocols +/// Features route for `Client` pub enum Feature { /// Common feature for protocol selected (e.g. browser view) Default { request: Request },