fix doc code

This commit is contained in:
Tristan Guichaoua 2023-11-22 10:51:16 +01:00
parent cbc44bf792
commit ecbe5f281a

View file

@ -10,6 +10,7 @@ use std::str::FromStr;
/// This value is display as a two digit number. /// This value is display as a two digit number.
/// ///
/// ``` /// ```
/// # use advent_of_code::Day;
/// let day = Day::new(8).unwrap(); /// let day = Day::new(8).unwrap();
/// assert_eq!(day.to_string(), "08") /// assert_eq!(day.to_string(), "08")
/// ``` /// ```