File tree 2 files changed +0
-10
lines changed
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.
60
60
#![warn(non_camel_case_types)]
61
61
```
62
62
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
-
68
63
## Main Functions
69
64
70
65
A 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:
52
52
extern crate hello_world; // hyphen replaced with an underscore
53
53
```
54
54
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
-
60
55
## Underscore Imports
61
56
62
57
An external crate dependency can be declared without binding its name in scope
You can’t perform that action at this time.
0 commit comments