Update iterator.md

Make two tasks editable
This commit is contained in:
Niyaz Nigmatullin
2023-07-19 15:19:13 +03:00
committed by GitHub
parent 0600bb3bdc
commit a29f320605

View File

@ -287,7 +287,7 @@ fn main() {
11. 🌟🌟 11. 🌟🌟
```rust ```rust,editable
/* Fill in the blanks */ /* Fill in the blanks */
use std::collections::HashMap; use std::collections::HashMap;
fn main() { fn main() {
@ -305,7 +305,7 @@ fn main() {
12. 🌟🌟 12. 🌟🌟
```rust ```rust,editable
/* Fill in the blanks */ /* Fill in the blanks */
#[derive(PartialEq, Debug)] #[derive(PartialEq, Debug)]
struct Shoe { struct Shoe {