Fix broken link in Settings documentation
This commit is contained in:
parent
2f98a7e203
commit
326c5852aa
1 changed files with 1 additions and 3 deletions
|
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue