From b5aa889f7fced8ba2cc1698ae9696d7bd0ca8ab5 Mon Sep 17 00:00:00 2001 From: garhve Date: Tue, 20 Dec 2022 11:07:35 +0800 Subject: remove compiled binary --- .../guessing_game/target/doc/rand/prelude/index.html | 8 -------- .../guessing_game/target/doc/rand/prelude/sidebar-items.js | 1 - 2 files changed, 9 deletions(-) delete mode 100644 rust/theBook/chapter-2-guessing-game/guessing_game/target/doc/rand/prelude/index.html delete mode 100644 rust/theBook/chapter-2-guessing-game/guessing_game/target/doc/rand/prelude/sidebar-items.js (limited to 'rust/theBook/chapter-2-guessing-game/guessing_game/target/doc/rand/prelude') diff --git a/rust/theBook/chapter-2-guessing-game/guessing_game/target/doc/rand/prelude/index.html b/rust/theBook/chapter-2-guessing-game/guessing_game/target/doc/rand/prelude/index.html deleted file mode 100644 index 967c0a8..0000000 --- a/rust/theBook/chapter-2-guessing-game/guessing_game/target/doc/rand/prelude/index.html +++ /dev/null @@ -1,8 +0,0 @@ -rand::prelude - Rust
Expand description

Convenience re-export of common members

-

Like the standard library’s prelude, this module simplifies importing of -common items. Unlike the standard prelude, the contents of this module must -be imported manually:

- -
use rand::prelude::*;
-

Re-exports

pub use crate::distributions::Distribution;
pub use crate::rngs::StdRng;
pub use crate::rngs::ThreadRng;
pub use crate::seq::IteratorRandom;
pub use crate::seq::SliceRandom;
pub use crate::random;
pub use crate::thread_rng;
pub use crate::CryptoRng;
pub use crate::Rng;
pub use crate::RngCore;
pub use crate::SeedableRng;
\ No newline at end of file diff --git a/rust/theBook/chapter-2-guessing-game/guessing_game/target/doc/rand/prelude/sidebar-items.js b/rust/theBook/chapter-2-guessing-game/guessing_game/target/doc/rand/prelude/sidebar-items.js deleted file mode 100644 index 5244ce0..0000000 --- a/rust/theBook/chapter-2-guessing-game/guessing_game/target/doc/rand/prelude/sidebar-items.js +++ /dev/null @@ -1 +0,0 @@ -window.SIDEBAR_ITEMS = {}; \ No newline at end of file -- cgit v1.2.3-70-g09d2