diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-01 15:03:37 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-01 15:03:37 +0200 |
| commit | 7fcad452b87c8bd31a9b7dfba78c1b1a92d33dd9 (patch) | |
| tree | c1e82792456be54fd41e7b143be302dcd874e30b /src/library/boxed.rs | |
| parent | aafd3c95cacd829b647cfab1533de5d4833b9a04 (diff) | |
Reorganize ast types 🏕
Diffstat (limited to 'src/library/boxed.rs')
| -rw-r--r-- | src/library/boxed.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/boxed.rs b/src/library/boxed.rs index 672e77d1..e02b8c0c 100644 --- a/src/library/boxed.rs +++ b/src/library/boxed.rs @@ -13,7 +13,7 @@ pub async fn boxed( ) -> Pass<Value> { let mut f = Feedback::new(); - let content = args.take::<SyntaxTree>().unwrap_or(SyntaxTree::new()); + let content = args.take::<SynTree>().unwrap_or(SynTree::new()); ctx.base = ctx.spaces[0].size; ctx.spaces.truncate(1); |
