From 6785a452eea5f6b6f69bac123789245dacbc936e Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 7 Mar 2024 00:19:24 +0100 Subject: Fix broken links in documentation --- src/sandbox.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/sandbox.rs b/src/sandbox.rs index 815652ae..ab0e8d3d 100644 --- a/src/sandbox.rs +++ b/src/sandbox.rs @@ -120,9 +120,7 @@ pub trait Sandbox { Theme::default() } - /// Returns the current style variant of [`theme::Application`]. - /// - /// By default, it returns [`theme::Application::default`]. + /// Returns the current [`application::Appearance`]. fn style(&self, theme: &Theme) -> application::Appearance { crate::shell::application::default(theme) } -- cgit