]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #35137 - jongiddy:explicit-wildcard, r=steveklabnik
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Fri, 5 Aug 2016 14:12:54 +0000 (16:12 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Aug 2016 14:12:54 +0000 (16:12 +0200)
commit7971a93698fa86d3e345b33a3ae4c3a0601ab35b
tree41c3ad3cf1d398a955d48a37c3bf202455255470
parent4cf6c00322105be2c66080053b61027b2a6ba644
parentb77b9b72fe5eb4f7c157816d109b220ab3f2de2c
Rollup merge of #35137 - jongiddy:explicit-wildcard, r=steveklabnik

Provide more explicit example of wildcard version in guessing game doc.

Beginners may try to adapt the tutorial to develop their own code.
When using different dependencies, they may use the wildcard for
versioning.  Since they are new to the language, they will not know
that the wildcard asterisk is a string, not a token.  Make the correct
format more explicit, to remove one potential source of frustration.