Skip to content

Commit cc220fb

Browse files
committed
Remove unused subheadings
1 parent af415fc commit cc220fb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/SUMMARY.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
[Foreword](foreword.md)
55
[Introduction](ch00-00-introduction.md)
66

7-
## Getting started
8-
97
- [Getting Started](ch01-00-getting-started.md)
108
- [Installation](ch01-01-installation.md)
119
- [Hello, World!](ch01-02-hello-world.md)
@@ -35,8 +33,6 @@
3533
- [The `match` Control Flow Construct](ch06-02-match.md)
3634
- [Concise Control Flow with `if let` and `let else`](ch06-03-if-let.md)
3735

38-
## Basic Rust Literacy
39-
4036
- [Packages, Crates, and Modules](ch07-00-managing-growing-projects-with-packages-crates-and-modules.md)
4137
- [Packages and Crates](ch07-01-packages-and-crates.md)
4238
- [Control Scope and Privacy with Modules](ch07-02-defining-modules-to-control-scope-and-privacy.md)
@@ -72,8 +68,6 @@
7268
- [Working with Environment Variables](ch12-05-working-with-environment-variables.md)
7369
- [Redirecting Errors to Standard Error](ch12-06-writing-to-stderr-instead-of-stdout.md)
7470

75-
## Thinking in Rust
76-
7771
- [Functional Language Features: Iterators and Closures](ch13-00-functional-features.md)
7872
- [Closures](ch13-01-closures.md)
7973
- [Processing a Series of Items with Iterators](ch13-02-iterators.md)
@@ -114,8 +108,6 @@
114108
- [Using Trait Objects to Abstract over Shared Behavior](ch18-02-trait-objects.md)
115109
- [Implementing an Object-Oriented Design Pattern](ch18-03-oo-design-patterns.md)
116110

117-
## Advanced Topics
118-
119111
- [Patterns and Matching](ch19-00-patterns.md)
120112
- [All the Places Patterns Can Be Used](ch19-01-all-the-places-for-patterns.md)
121113
- [Refutability: Whether a Pattern Might Fail to Match](ch19-02-refutability.md)

0 commit comments

Comments
 (0)