Skip to content

Commit

Permalink
Merge pull request #2610 from michalkaptur/master
Browse files Browse the repository at this point in the history
fixed hidden code listing
  • Loading branch information
carols10cents authored Feb 12, 2021
2 parents 8fb8bb0 + 1763078 commit 889f2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch11-03-test-organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ this chapter, Cargo generated this code for us:
<span class="filename">Filename: src/lib.rs</span>

```rust,noplayground
{{#rustdoc_include ../listings/ch11-writing-automated-tests/listing-11-01/src/lib.rs:here}}
{{#rustdoc_include ../listings/ch11-writing-automated-tests/listing-11-01/src/lib.rs}}
```

This code is the automatically generated test module. The attribute `cfg`
Expand Down

0 comments on commit 889f2f4

Please sign in to comment.