From 326c5852aad35eb16d4621325b1d5cb0055c49c4 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 17 Dec 2024 02:20:23 +0100 Subject: Fix broken link in `Settings` documentation --- core/src/settings.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'core/src') diff --git a/core/src/settings.rs b/core/src/settings.rs index 36bbb699..3189c8d1 100644 --- a/core/src/settings.rs +++ b/core/src/settings.rs @@ -29,11 +29,9 @@ pub struct Settings { /// primitives. /// /// Enabling it can produce a smoother result in some widgets, like the - /// [`Canvas`], at a performance cost. + /// `canvas` widget, at a performance cost. /// /// By default, it is disabled. - /// - /// [`Canvas`]: crate::widget::Canvas pub antialiasing: bool, } -- cgit