Skip to content

Commit 6a0c84a

Browse files
authored
Merge pull request #1517 from ehuss/remove-linkchecker-stubs
Remove stubs needed for the link checker.
2 parents 5062e74 + f0e8b86 commit 6a0c84a

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/crates-and-source-files.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

7065
A crate that contains a `main` [function] can be compiled to an executable. If a

src/items/extern-crates.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ Here is an example:
5252
extern 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

6257
An external crate dependency can be declared without binding its name in scope

0 commit comments

Comments
 (0)