diff --git a/src/app/browser/window/tab/item/page/client.rs b/src/app/browser/window/tab/item/page/client.rs index a45e92d3..2cf1860c 100644 --- a/src/app/browser/window/tab/item/page/client.rs +++ b/src/app/browser/window/tab/item/page/client.rs @@ -9,7 +9,7 @@ use std::cell::RefCell; /// e.g. session resumption or multi-thread connection management (depending of client type selected) pub struct Client { // Shared reference to cancel async operations - pub cancellable: RefCell, + cancellable: RefCell, // Clients pub gemini: gemini::Client, // other clients..