1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-02 06:32:19 +02:00

Merge pull request #15 from jrvanwhy/unsafe-skip-details

`welcome.md`: indicate we skip the subtle details of unsafe Rust
This commit is contained in:
Martin Geisler 2022-12-21 19:19:20 +01:00 committed by GitHub
commit a96f48456d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
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
on Day 3, but we go into the subtle details. Please see [Chapter 19.1 in the
Rust Book](https://doc.rust-lang.org/book/ch19-01-unsafe-rust.html) and the
[Rustonomicon](https://doc.rust-lang.org/nomicon/) instead.
on Day 3, but we do not cover the subtle details. Please see [Chapter 19.1 in
the Rust Book](https://doc.rust-lang.org/book/ch19-01-unsafe-rust.html) and
the [Rustonomicon](https://doc.rust-lang.org/nomicon/) instead.
## Assumptions