aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/juicebox_asm/prelude.rs.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/juicebox_asm/prelude.rs.html')
-rw-r--r--src/juicebox_asm/prelude.rs.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/juicebox_asm/prelude.rs.html b/src/juicebox_asm/prelude.rs.html
index 51df87d..be1334b 100644
--- a/src/juicebox_asm/prelude.rs.html
+++ b/src/juicebox_asm/prelude.rs.html
@@ -6,7 +6,11 @@
<a href="#6" id="6">6</a>
<a href="#7" id="7">7</a>
<a href="#8" id="8">8</a>
-</pre><pre class="rust"><code><span class="kw">pub use </span><span class="kw">crate</span>::Asm;
+<a href="#9" id="9">9</a>
+<a href="#10" id="10">10</a>
+</pre><pre class="rust"><code><span class="doccomment">//! Crate prelude, which can be used to import the most important types at once.
+
+</span><span class="kw">pub use </span><span class="kw">crate</span>::Asm;
<span class="kw">pub use </span><span class="kw">crate</span>::MemOp;
<span class="kw">pub use </span><span class="kw">crate</span>::imm::{Imm16, Imm32, Imm64, Imm8};