From 2cab9e4287b3e231555933b55ee14a15ea5aa7e8 Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 15 Jan 2025 00:30:17 +0200 Subject: [PATCH] short namespace rule --- src/app/browser/window/tab/item/page.rs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/app/browser/window/tab/item/page.rs b/src/app/browser/window/tab/item/page.rs index bab8dca6..cf660327 100644 --- a/src/app/browser/window/tab/item/page.rs +++ b/src/app/browser/window/tab/item/page.rs @@ -21,13 +21,8 @@ use search::Search; use status::Status; use widget::Widget; -use crate::{ - app::browser::{ - window::{tab::item::Action as TabAction, Action as WindowAction}, - Action as BrowserAction, - }, - Profile, -}; +use super::{Action as TabAction, BrowserAction, Profile, WindowAction}; + use gtk::{ gdk::Texture, gdk_pixbuf::Pixbuf,