diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-02-04 19:22:23 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-02-04 19:22:23 +0100 |
| commit | e63ce52ae0d929506a1fa238477f039d14d53813 (patch) | |
| tree | 74dd8ce425dc368021c6495273acbdf2e736be68 /src/library/mod.rs | |
| parent | 5c11aa72239ecbdd9577f027bdc7e9468d68414e (diff) | |
Merge `Parsed` and `Layouted` types into `Pass` with `Feedback` 🌝🎢🌚
Diffstat (limited to 'src/library/mod.rs')
| -rw-r--r-- | src/library/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library/mod.rs b/src/library/mod.rs index f6666174..08dffdd7 100644 --- a/src/library/mod.rs +++ b/src/library/mod.rs @@ -53,8 +53,8 @@ function! { body: Option<SyntaxModel>, } - parse(header, body, ctx, errors, decos) { - ValFunc { body: body!(opt: body, ctx, errors, decos) } + parse(header, body, ctx, f) { + ValFunc { body: body!(opt: body, ctx, f) } } layout(self, ctx, errors) { |
