We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55d3f9 commit 8f0bd5fCopy full SHA for 8f0bd5f
src/libstd/prelude/mod.rs
@@ -10,22 +10,6 @@
10
//! things, particularly traits, which are used in almost every single Rust
11
//! program.
12
//!
13
-//! On a technical level, Rust inserts
14
-//!
15
-//! ```
16
-//! # #[allow(unused_extern_crates)]
17
-//! extern crate std;
18
19
20
-//! into the crate root of every crate, and
21
22
23
-//! # #[allow(unused_imports)]
24
-//! use std::prelude::v1::*;
25
26
27
-//! into every module.
28
29
//! # Other preludes
30
31
//! Preludes can be seen as a pattern to make using multiple types more
0 commit comments