summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 8b56512d..74ec743d 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -44,7 +44,7 @@ fn main() -> anyhow::Result<()> {
resources: ResourceLoader::new(),
};
- let scope = library::new();
+ let scope = library::_new();
let state = State::default();
let Pass { output: frames, diags } = typeset(&mut env, &src, &scope, state);