From 61c15235a1c4a210f11a75873e7017bd77d01b41 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 17 Sep 2024 11:04:37 +0200 Subject: [PATCH] Fix doclink --- crates/epaint/src/text/text_layout_types.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/epaint/src/text/text_layout_types.rs b/crates/epaint/src/text/text_layout_types.rs index 2099e3cf6f1b..1aed0c634cde 100644 --- a/crates/epaint/src/text/text_layout_types.rs +++ b/crates/epaint/src/text/text_layout_types.rs @@ -280,7 +280,6 @@ pub struct TextFormat { /// If you use a small font and [`Align::TOP`] you /// can get the effect of raised text. pub valign: Align, - // TODO(emilk): lowered } impl Default for TextFormat {