Skip to content

Commit

Permalink
This example doesn't compile but wasn't marked as such
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed May 3, 2019
1 parent 1e9a4e9 commit a203290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch15-01-box.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Listing 15-3:

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

```rust,ignore
```rust,ignore,does_not_compile
use crate::List::{Cons, Nil};
fn main() {
Expand Down

0 comments on commit a203290

Please sign in to comment.