aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/fib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fib.rs b/examples/fib.rs
index c4233da..7acbb50 100644
--- a/examples/fib.rs
+++ b/examples/fib.rs
@@ -1,5 +1,5 @@
use juicebox_asm::prelude::*;
-use juicebox_asm::rt::Runtime;
+use juicebox_asm::Runtime;
const fn fib_rs(n: u64) -> u64 {
match n {