File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,6 @@ apply to the crate as a whole.
6060#![warn(non_camel_case_types)]
6161```
6262
63- ## Preludes and ` no_std `
64-
65- This section has been moved to the [ Preludes chapter] ( names/preludes.md ) .
66- <!-- this is to appease the linkchecker, will remove once other books are updated -->
67-
6863## Main Functions
6964
7065A crate that contains a ` main ` [ function] can be compiled to an executable. If a
Original file line number Diff line number Diff line change @@ -52,11 +52,6 @@ Here is an example:
5252extern crate hello_world; // hyphen replaced with an underscore
5353```
5454
55- ## Extern Prelude
56-
57- This section has been moved to [ Preludes — Extern Prelude] ( ../names/preludes.md#extern-prelude ) .
58- <!-- this is to appease the linkchecker, will remove once other books are updated -->
59-
6055## Underscore Imports
6156
6257An external crate dependency can be declared without binding its name in scope
You can’t perform that action at this time.
0 commit comments