forked from rust-lang/cargo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auto merge of rust-lang#1000 : jbranchaud/cargo/add-semicolon-to-hell…
…o-world-in-docs, r=alexcrichton Both the `index.md` and `guide.md` files show the hello world program source (generated by `cargo new`) without a semicolon (`;`) at the end of the `println!` line. The file generated by `cargo new` does and should have a semicolon. This commit brings the docs in sync with the generated code.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters