Skip to content

Commit

Permalink
fixed ferris in ch03-02 - code now compiles but panics
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Heilmann committed Feb 1, 2021
1 parent e724bd8 commit ac4faae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch03-02-data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ similar to the guessing game in Chapter 2 to get an array index from the user:

<span class="filename">Filename: src/main.rs</span>

```rust,ignore,does_not_compile
```rust,ignore,panics
{{#rustdoc_include ../listings/ch03-common-programming-concepts/no-listing-15-invalid-array-access/src/main.rs}}
```

Expand Down

0 comments on commit ac4faae

Please sign in to comment.