From 3d2ee54848db80a8ede7e00fd5a53bc059138122 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 7 Apr 2021 01:01:30 +0200 Subject: =?UTF-8?q?Refactor=20and=20comment=20=E2=99=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/exec/state.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/exec') diff --git a/src/exec/state.rs b/src/exec/state.rs index c579bc4e..82f653e9 100644 --- a/src/exec/state.rs +++ b/src/exec/state.rs @@ -97,6 +97,7 @@ pub struct ParState { /// The spacing between lines (dependent on scaled font size). pub leading: Linear, /// The spacing between words (dependent on scaled font size). + // TODO: Don't ignore this. pub word_spacing: Linear, } -- cgit v1.2.3