Skip to content

Commit accc44b

Browse files
mgeislergribozavr
authored andcommitted
Remove course names from the glossary
I don’t think they bring any value: people will find them as part of the course outline.
1 parent b76820b commit accc44b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/glossary.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,9 @@ h1#glossary ~ ul > li:first-line {
4848
[_blocks_](control-flow-basics/blocks-and-scopes.md).
4949
- channel:\
5050
Used to safely pass messages [between threads](concurrency/channels.md).
51-
- Comprehensive Rust 🦀:\
52-
The courses here are jointly called Comprehensive Rust 🦀.
5351
- concurrency:\
5452
The execution of multiple tasks or processes at the same time. See
5553
[Welcome to Concurrency in Rust](concurrency/welcome.md).
56-
- Concurrency in Rust:\
57-
See [Concurrency in Rust](concurrency/welcome.md).
5854
- constant:\
5955
A value that does not change during the execution of a program. See
6056
[const](user-defined-types/const.md).
@@ -141,12 +137,6 @@ h1#glossary ~ ul > li:first-line {
141137
- Rust:\
142138
A systems programming language that focuses on safety, performance, and
143139
concurrency. See [What is Rust?](hello-world/what-is-rust.md).
144-
- Rust Fundamentals:\
145-
Days 1 to 4 of this course. See [Welcome to Day 1](welcome-day-1.md).
146-
- Rust in Android:\
147-
See [Rust in Android](android.md).
148-
- Rust in Chromium:\
149-
See [Rust in Chromium](chromium.md).
150140
- safe:\
151141
Refers to code that adheres to Rust's ownership and borrowing rules,
152142
preventing memory-related errors. See [Unsafe Rust](unsafe-rust.md).

0 commit comments

Comments
 (0)