diff --git a/subjects/roman_numbers_iter/README.md b/subjects/roman_numbers_iter/README.md index 8aa4e470..5596bf29 100644 --- a/subjects/roman_numbers_iter/README.md +++ b/subjects/roman_numbers_iter/README.md @@ -4,7 +4,6 @@ Implement the `Iterator` trait for the `RomanNumber` type. You should use the code from the previous exercise roman_numbers. - ### Notions - [Trait Iterator](https://doc.rust-lang.org/std/iter/trait.Iterator.html)