diff --git a/book/src/part08.md b/book/src/part08.md
index 1e625a8595329be354e9b92a64b7f9aafbd9292f..8790654b9f423582c46c529b15c542d76b7a701a 100644
--- a/book/src/part08.md
+++ b/book/src/part08.md
@@ -12,6 +12,7 @@ Les concepts abordés dans cet exemple sont:
     - [Fonction d'ordre supérieur](#fonction-dordre-supérieur)
     - [Closures](#closures)
     - [Exemples d'utilisation avec les options](#exemples-dutilisation-avec-les-options)
+    - [Rustlings](#rustlings)
 
 ## Documentation
 
@@ -230,3 +231,7 @@ Ici, nous avons 2 étapes :
   - Sinon si l'`max_val` contient une valeur, on affiche
     un message qui annonce que le maximum est paire.
   - Sinon, `max_val` est `None` et donc il n'y a pas de maximum.
+
+## Rustlings
+
+Il n'y a pas de rustlings à faire dans ce chapitre.
\ No newline at end of file