From 865c1d3231fd57c648121d961be91793d0bfe690 Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 5 Mar 2023 20:47:28 +0000 Subject: deploy: 1ea7de2ba46b58b4afe3e65b95d8a45160218a5c --- src/juicebox_asm/rt.rs.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/juicebox_asm/rt.rs.html') diff --git a/src/juicebox_asm/rt.rs.html b/src/juicebox_asm/rt.rs.html index a44e465..62ee9b7 100644 --- a/src/juicebox_asm/rt.rs.html +++ b/src/juicebox_asm/rt.rs.html @@ -49,7 +49,11 @@ 49 50 51 -
use core::ffi::c_void;
+52
+53
+
//! A simple runtime which can be used to execute emitted instructions.
+
+use core::ffi::c_void;
 use nix::sys::mman::{mmap, munmap, MapFlags, ProtFlags};
 
 /// A simple `mmap`ed runtime with executable pages.
-- 
cgit v1.2.3