diff --git a/src/ch11-03-test-organization.md b/src/ch11-03-test-organization.md index 0057e8c472..0a74a7eb4a 100644 --- a/src/ch11-03-test-organization.md +++ b/src/ch11-03-test-organization.md @@ -38,7 +38,7 @@ this chapter, Cargo generated this code for us: Filename: src/lib.rs ```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`