summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-12-17 02:20:23 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-12-17 02:20:23 +0100
commit326c5852aad35eb16d4621325b1d5cb0055c49c4 (patch)
treef3eb457e3593cb45b67a8cd3bd66adb61a6ff043 /core/src
parent2f98a7e2032715409891e6d2c9f8529cfed59569 (diff)
downloadiced-326c5852aad35eb16d4621325b1d5cb0055c49c4.tar.gz
iced-326c5852aad35eb16d4621325b1d5cb0055c49c4.tar.bz2
iced-326c5852aad35eb16d4621325b1d5cb0055c49c4.zip
Fix broken link in `Settings` documentation
Diffstat (limited to 'core/src')
-rw-r--r--core/src/settings.rs4
1 files changed, 1 insertions, 3 deletions
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,
}