Skip to content
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