From 1c1c3d38d8283159847b31c58a782200c388d69c Mon Sep 17 00:00:00 2001 From: MaschitaG <121792732+MaschitaG@users.noreply.github.com> Date: Mon, 2 Jan 2023 10:12:56 +0100 Subject: [PATCH] Unsafe Rust Unsafe Rust is mentioned in the course --- src/welcome.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/welcome.md b/src/welcome.md index c4cef244..8361bc7a 100644 --- a/src/welcome.md +++ b/src/welcome.md @@ -33,10 +33,6 @@ Some non-goals of this course are: * Learn how to develop macros, please see [Chapter 19.5 in the Rust 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 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