File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff 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 ) .
You can’t perform that action at this time.
0 commit comments