Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove stubs needed for the link checker. #1517

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/crates-and-source-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ apply to the crate as a whole.
#![warn(non_camel_case_types)]
```

## Preludes and `no_std`

This section has been moved to the [Preludes chapter](names/preludes.md).
<!-- this is to appease the linkchecker, will remove once other books are updated -->

## Main Functions

A crate that contains a `main` [function] can be compiled to an executable. If a
Expand Down
5 changes: 0 additions & 5 deletions src/items/extern-crates.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ Here is an example:
extern crate hello_world; // hyphen replaced with an underscore
```

## Extern Prelude

This section has been moved to [Preludes — Extern Prelude](../names/preludes.md#extern-prelude).
<!-- this is to appease the linkchecker, will remove once other books are updated -->

## Underscore Imports

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