From 130746bc856f5c2eb5672cceb0e1304ee2c95b1e Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 28 Feb 2024 18:32:44 +0000 Subject: deploy: 7cc72737a0140f5f71e9d83d4f87503eb4c7604f --- src/juicebox_asm/lib.rs.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/juicebox_asm/lib.rs.html') diff --git a/src/juicebox_asm/lib.rs.html b/src/juicebox_asm/lib.rs.html index 7d1bc0c..d7d33f1 100644 --- a/src/juicebox_asm/lib.rs.html +++ b/src/juicebox_asm/lib.rs.html @@ -1,4 +1,5 @@ -lib.rs - source
1
+lib.rs - source
+    
1
 2
 3
 4
@@ -170,11 +171,11 @@
 //!
 //!     // Move code into executable page and get function pointer to it.
 //!     let mut rt = Runtime::new();
-//!     let fib = unsafe { rt.add_code::<extern "C" fn(u64) -> u64>(&asm.into_code()) };
+//!     let fib = unsafe { rt.add_code::<extern "C" fn(u64) -> u64>(&asm.into_code()) };
 //!
 //!     for n in 0..15 {
 //!         let fib_jit = fib(n);
-//!         println!("fib({}) = {}", n, fib_jit);
+//!         println!("fib({}) = {}", n, fib_jit);
 //!         assert_eq!(fib_jit, fib_rs(n));
 //!     }
 //! }
-- 
cgit v1.2.3