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 f1ee4e1d..eaf63e06 100644 --- a/src/app/browser/window/tab/item/page/client/feature.rs +++ b/src/app/browser/window/tab/item/page/client/feature.rs @@ -1,3 +1,8 @@ +//! 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 +// @TODO cleanup this message on complete + mod request; // Local dependencies