diff options
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/settings.rs | 4 | 
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,  } | 
