Skip to content
Merged
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
8 changes: 0 additions & 8 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
[Foreword](foreword.md)
[Introduction](ch00-00-introduction.md)

## Getting started

- [Getting Started](ch01-00-getting-started.md)
- [Installation](ch01-01-installation.md)
- [Hello, World!](ch01-02-hello-world.md)
Expand Down Expand Up @@ -35,8 +33,6 @@
- [The `match` Control Flow Construct](ch06-02-match.md)
- [Concise Control Flow with `if let` and `let else`](ch06-03-if-let.md)

## Basic Rust Literacy

- [Packages, Crates, and Modules](ch07-00-managing-growing-projects-with-packages-crates-and-modules.md)
- [Packages and Crates](ch07-01-packages-and-crates.md)
- [Control Scope and Privacy with Modules](ch07-02-defining-modules-to-control-scope-and-privacy.md)
Expand Down Expand Up @@ -72,8 +68,6 @@
- [Working with Environment Variables](ch12-05-working-with-environment-variables.md)
- [Redirecting Errors to Standard Error](ch12-06-writing-to-stderr-instead-of-stdout.md)

## Thinking in Rust

- [Functional Language Features: Iterators and Closures](ch13-00-functional-features.md)
- [Closures](ch13-01-closures.md)
- [Processing a Series of Items with Iterators](ch13-02-iterators.md)
Expand Down Expand Up @@ -114,8 +108,6 @@
- [Using Trait Objects to Abstract over Shared Behavior](ch18-02-trait-objects.md)
- [Implementing an Object-Oriented Design Pattern](ch18-03-oo-design-patterns.md)

## Advanced Topics

- [Patterns and Matching](ch19-00-patterns.md)
- [All the Places Patterns Can Be Used](ch19-01-all-the-places-for-patterns.md)
- [Refutability: Whether a Pattern Might Fail to Match](ch19-02-refutability.md)
Expand Down