1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-03 16:17:28 +02:00

welcome.md: indicate we skip the subtle details of unsafe Rust

This sentence was missing a negation: it was supposed to say this course does not cover unsafe Rust in depth, but actually said "we go into the subtle details". This PR adds the missing negation.
This commit is contained in:
Johnathan Van Why 2022-12-21 09:58:29 -08:00
parent d752b11694
commit 8f60685165

View File

@ -30,9 +30,9 @@ Some non-goals of this course are:
Book](https://doc.rust-lang.org/book/ch19-06-macros.html) and [Rust by Book](https://doc.rust-lang.org/book/ch19-06-macros.html) and [Rust by
Example](https://doc.rust-lang.org/rust-by-example/macros.html) instead. Example](https://doc.rust-lang.org/rust-by-example/macros.html) instead.
* Learn the details of how to write unsafe Rust. We will talk about unsafe Rust * Learn the details of how to write unsafe Rust. We will talk about unsafe Rust
on Day 3, but we go into the subtle details. Please see [Chapter 19.1 in the on Day 3, but we do not cover the subtle details. Please see [Chapter 19.1 in
Rust Book](https://doc.rust-lang.org/book/ch19-01-unsafe-rust.html) and the the Rust Book](https://doc.rust-lang.org/book/ch19-01-unsafe-rust.html) and
[Rustonomicon](https://doc.rust-lang.org/nomicon/) instead. the [Rustonomicon](https://doc.rust-lang.org/nomicon/) instead.
## Assumptions ## Assumptions