diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-05-17 22:55:31 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-05-17 22:55:31 +0200 |
| commit | c975d0d5e989cca6eff8e80ca8174f85eb4a3460 (patch) | |
| tree | 7aaf68ee71d81a1d71d7dcb1f928659bc6fa975d /src/exec/context.rs | |
| parent | 24c4a746bc68874f2d1b0d1b726596930acaadcf (diff) | |
Tidy up layouting code
Diffstat (limited to 'src/exec/context.rs')
| -rw-r--r-- | src/exec/context.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exec/context.rs b/src/exec/context.rs index 7dc51796..b5298313 100644 --- a/src/exec/context.rs +++ b/src/exec/context.rs @@ -167,7 +167,7 @@ struct StackBuilder { impl StackBuilder { fn new(state: &State) -> Self { Self { - dirs: Gen::new(Dir::TTB, state.lang.dir), + dirs: Gen::new(state.lang.dir, Dir::TTB), children: vec![], last: Last::None, par: ParBuilder::new(state), |
