From f0e8b86dfb986ad9f45f7b2f9fde92cd8b32ea24 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 24 Jun 2024 14:35:45 -0700 Subject: [PATCH] Remove stubs needed for the link checker. --- src/crates-and-source-files.md | 5 ----- src/items/extern-crates.md | 5 ----- 2 files changed, 10 deletions(-) diff --git a/src/crates-and-source-files.md b/src/crates-and-source-files.md index 732909077..b0e607bb9 100644 --- a/src/crates-and-source-files.md +++ b/src/crates-and-source-files.md @@ -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). - - ## Main Functions A crate that contains a `main` [function] can be compiled to an executable. If a diff --git a/src/items/extern-crates.md b/src/items/extern-crates.md index d6b3a9aae..9dd6a5eb9 100644 --- a/src/items/extern-crates.md +++ b/src/items/extern-crates.md @@ -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). - - ## Underscore Imports An external crate dependency can be declared without binding its name in scope