mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-17 23:19:06 +00:00
Add missing semicolon to pastebin tutorial code.
This commit is contained in:
parent
69afb5c4a3
commit
5720748557
@ -57,7 +57,7 @@ And finally, create a skeleton Rocket application to work off of in
|
||||
extern crate rocket;
|
||||
|
||||
fn main() {
|
||||
rocket::ignite().launch()
|
||||
rocket::ignite().launch();
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user