]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/book/src/ch11-03-test-organization.md
New upstream version 1.51.0+dfsg1
[rustc.git] / src / doc / book / src / ch11-03-test-organization.md
index a6adb65a28cec7440d6a44ef88285b15d1021e26..0057e8c472a6b7cf21110e2f95ab3ac0c2c4fc24 100644 (file)
@@ -37,7 +37,7 @@ this chapter, Cargo generated this code for us:
 
 <span class="filename">Filename: src/lib.rs</span>
 
-```rust
+```rust,noplayground
 {{#rustdoc_include ../listings/ch11-writing-automated-tests/listing-11-01/src/lib.rs:here}}
 ```