mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-27 16:25:43 +02:00
Make nested array example editable (#2593)
This commit is contained in:
parent
fd7cb04a62
commit
cdab1a4ce5
@ -6,7 +6,7 @@ minutes: 15
|
||||
|
||||
Arrays can contain other arrays:
|
||||
|
||||
```rust
|
||||
```rust,editable
|
||||
let array = [[1, 2, 3], [4, 5, 6], [7, 8, 9]];
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user