From c61204ae18700b69e99d8ee43fe5bf888610bbea Mon Sep 17 00:00:00 2001 From: Martin Geisler <mgeisler@google.com> Date: Thu, 5 Dec 2024 10:15:03 -0500 Subject: [PATCH] Add speaker notes to tuples and arrays (#2499) Part of #1083. --- src/tuples-and-arrays.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/tuples-and-arrays.md b/src/tuples-and-arrays.md index 675851ba..0a831020 100644 --- a/src/tuples-and-arrays.md +++ b/src/tuples-and-arrays.md @@ -1,3 +1,10 @@ # Tuples and Arrays {{%segment outline}} + +<details> + +- We have seen how primitive types work in Rust. Now it's time for you to start + building new composite types. + +</details>