mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 12:39:42 +00:00
Update iterator.md
Make two tasks editable
This commit is contained in:
committed by
GitHub
parent
0600bb3bdc
commit
a29f320605
@ -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 {
|
||||||
|
Reference in New Issue
Block a user