Skip to content

Commit

Permalink
deploy: 69a9997
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Sep 26, 2024
1 parent f8adeff commit 9bd02ce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion guide-start.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ <h1><a class="header" href="#getting-started" id="getting-started">Getting start
cargo add rand --features small_rng
</code></pre>
<p>Now, paste the following into <code>src/main.rs</code>:</p>
<pre><pre class="playground"><code class="language-rust">use rand::prelude::*;
<pre><pre class="playground"><code class="language-rust"><span class="boring">extern crate rand;
</span>use rand::prelude::*;

fn main() {
let mut rng = rand::thread_rng();
Expand Down
3 changes: 2 additions & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,8 @@ <h1><a class="header" href="#getting-started" id="getting-started">Getting start
cargo add rand --features small_rng
</code></pre>
<p>Now, paste the following into <code>src/main.rs</code>:</p>
<pre><pre class="playground"><code class="language-rust">use rand::prelude::*;
<pre><pre class="playground"><code class="language-rust"><span class="boring">extern crate rand;
</span>use rand::prelude::*;

fn main() {
let mut rng = rand::thread_rng();
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 9bd02ce

Please sign in to comment.