]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/book/src/ch11-03-test-organization.md
New upstream version 1.50.0+dfsg1
[rustc.git] / src / doc / book / src / ch11-03-test-organization.md
index b36eb011cc53ea8fcb5fec12e4f0bb182ffad332..a6adb65a28cec7440d6a44ef88285b15d1021e26 100644 (file)
@@ -60,8 +60,8 @@ Consider the code in Listing 11-12 with the private function `internal_adder`.
 
 <span class="filename">Filename: src/lib.rs</span>
 
-```rust
-{{#rustdoc_include ../listings/ch11-writing-automated-tests/listing-11-12/src/lib.rs:here}}
+```rust,noplayground
+{{#rustdoc_include ../listings/ch11-writing-automated-tests/listing-11-12/src/lib.rs}}
 ```
 
 <span class="caption">Listing 11-12: Testing a private function</span>