Add missing semicolon in integration tests post (#455)

This commit is contained in:
Michael Noronha
2018-07-08 10:09:59 -07:00
committed by Philipp Oppermann
parent bb85705fe9
commit 9f6966d7f2

View File

@@ -77,7 +77,7 @@ The `uart_16550` crate contains a `SerialPort` struct that represents the UART r
```rust
// in src/main.rs
mod serial
mod serial;
```
```rust