diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-01-05 11:18:13 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-01-05 11:18:13 +0100 |
| commit | bd384a2a633e21cd7deff7ed2a29a9c03a63a20e (patch) | |
| tree | 12246c7c9142efe5fc2b2feb14fe4f286e3e177f /src/func | |
| parent | 7b84f3b553de672e5374e142467f63b10009aeca (diff) | |
Re-enable *, _ and `.
Diffstat (limited to 'src/func')
| -rw-r--r-- | src/func/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/func/mod.rs b/src/func/mod.rs index 208e1977..427e5b6f 100644 --- a/src/func/mod.rs +++ b/src/func/mod.rs @@ -101,7 +101,7 @@ pub enum Command<'a> { Add(Layout), AddMultiple(MultiLayout), - AddSpacing(Size, SpacingKind, GenericAxis), + SpacingFunc(Size, SpacingKind, GenericAxis), FinishLine, FinishSpace, |
