]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/book/src/ch15-05-interior-mutability.md
New upstream version 1.50.0+dfsg1
[rustc.git] / src / doc / book / src / ch15-05-interior-mutability.md
index 845a258e56b7d620bc94a24f0836c549854ab945..a1849025f5b7db742b6bc8d96d973a83a6e24f7b 100644 (file)
@@ -195,7 +195,7 @@ shows what that looks like:
 
 <span class="filename">Filename: src/lib.rs</span>
 
-```rust
+```rust,noplayground
 {{#rustdoc_include ../listings/ch15-smart-pointers/listing-15-22/src/lib.rs:here}}
 ```