From 8e98c41b2da3bda3f2c65ea88ab2d3c9a8eb29ec Mon Sep 17 00:00:00 2001 From: Olivier FAURE Date: Thu, 23 Jan 2025 16:36:34 +0100 Subject: [PATCH] Fix doc --- masonry/src/core/text.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/masonry/src/core/text.rs b/masonry/src/core/text.rs index 09c86a9fe..c711c5776 100644 --- a/masonry/src/core/text.rs +++ b/masonry/src/core/text.rs @@ -22,6 +22,7 @@ pub type ArcStr = std::sync::Arc; /// /// This enables updating of brush details without performing relayouts; /// the inner values are indexes into the `brushes` argument to [`render_text()`]. +/// /// [`Brush`]: crate::parley::Brush #[derive(Clone, PartialEq, Default, Debug)] pub struct BrushIndex(pub usize);