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 {