From d3e1eff9593501ff8677b9399e1f0625f415ec78 Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 7 Dec 2023 23:53:44 +0000 Subject: deploy: b5aea3fb5fcce31599e3d7397d5413a934132231 --- src/juicebox_asm/label.rs.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/juicebox_asm/label.rs.html') diff --git a/src/juicebox_asm/label.rs.html b/src/juicebox_asm/label.rs.html index e209289..29d236e 100644 --- a/src/juicebox_asm/label.rs.html +++ b/src/juicebox_asm/label.rs.html @@ -80,6 +80,7 @@ 80 81 82 +83
//! Definition of the lable type which can be used as jump target and can be bound to a location in
 //! the emitted code.
 
@@ -88,7 +89,8 @@
 /// A label which is used as target for jump instructions.
 ///
 /// ```rust
-/// use juicebox_asm::prelude::*;
+/// use juicebox_asm::{Asm, Label, Reg64};
+/// use juicebox_asm::insn::{Mov, Jmp};
 ///
 /// let mut lbl = Label::new();
 /// let mut asm = Asm::new();
-- 
cgit v1.2.3