tutorial: Remove some trivia
This commit is contained in:
parent
6b8ebc12db
commit
57698fec6c
@ -83,7 +83,7 @@ fn main() {
|
||||
// Open a channel to receive game results
|
||||
do listen |result_from_game| {
|
||||
|
||||
let times = 10;
|
||||
let = 10;
|
||||
let player1 = "graydon";
|
||||
let player2 = "patrick";
|
||||
|
||||
@ -348,9 +348,6 @@ Rust identifiers must start with an alphabetic character or an
|
||||
underscore, and after that may contain any alphanumeric character, and
|
||||
more underscores.
|
||||
|
||||
***Note:*** The parser doesn't currently recognize non-ascii alphabetic
|
||||
characters. This is a bug that will eventually be fixed.
|
||||
|
||||
The double-colon (`::`) is used as a module separator, so
|
||||
`io::println` means 'the thing named `println` in the module
|
||||
named `io`'.
|
||||
|
Loading…
Reference in New Issue
Block a user