Fix broken link in Settings documentation

This commit is contained in:
Héctor Ramón Jiménez 2024-12-17 02:20:23 +01:00
parent 2f98a7e203
commit 326c5852aa
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -29,11 +29,9 @@ pub struct Settings {
/// primitives. /// primitives.
/// ///
/// Enabling it can produce a smoother result in some widgets, like the /// 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. /// By default, it is disabled.
///
/// [`Canvas`]: crate::widget::Canvas
pub antialiasing: bool, pub antialiasing: bool,
} }