From 8c0b5b23572cb55d8f14290208cda579fbf2de52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20El=20Kharroubi?= <michael.el-kharroubi@hesge.ch> Date: Wed, 13 Sep 2023 16:46:50 +0200 Subject: [PATCH] Cleaning the toc --- book/src/SUMMARY.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md index bbcd719..fca73a3 100644 --- a/book/src/SUMMARY.md +++ b/book/src/SUMMARY.md @@ -9,12 +9,10 @@ - [La propriété](./part04.md) - [Modules et visibilité](./part05.md) - [Les petits trucs sympas qui aident au développement](./part06.md) -- [Part 07](./part07.md) -- [Part 08](./part08.md) -- [Part 09](./part09.md) -- [Part 10](./part10.md) -- [Part 11](./part11.md) +- [La gestion des erreurs en Rust](./part07.md) +- [Les closures](./part08.md) +- [Les itérateurs](./part10.md) - [Les collections](./collections.md) - [Lifetimes](./lifetimes.md) - [CLI](./cli.md) -- [Part 12](./part12.md) +- [Unsafe](./part12.md) -- GitLab