1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-02-08 20:00:30 +02:00

Fix mdbook test failure.

This commit is contained in:
Andrew Walbran 2023-03-15 15:25:06 +00:00
parent ada6a53942
commit f3edffd1a7

View File

@ -2,7 +2,7 @@
The QEMU 'virt' machine has a [PL011][1] UART, so let's write a driver for that.
```rust,editable,compile_fail
```rust,editable
{{#include examples/src/pl011_minimal.rs:Example}}
```