rollup merge of #19608: jbranchaud/add-missing-semicolon-in-intro
This commit is contained in:
commit
ae805da487
@ -64,7 +64,7 @@ Here's what's in `src/main.rs`:
|
||||
|
||||
```{rust}
|
||||
fn main() {
|
||||
println!("Hello, world!")
|
||||
println!("Hello, world!");
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user