mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Add missing semicolon in integration tests post (#455)
This commit is contained in:
committed by
Philipp Oppermann
parent
bb85705fe9
commit
9f6966d7f2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user