We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b93cd commit b2015f5Copy full SHA for b2015f5
[refs]
@@ -29,4 +29,4 @@ refs/tags/0.9: 36870b185fc5f5486636d4515f0e22677493f225
29
refs/tags/0.10: ac33f2b15782272ae348dbd7b14b8257b2148b5a
30
refs/heads/libuv-update-temp-branch: 6ed22c618766f1f2a2e108eef8ce3f51be0f70b7
31
refs/tags/0.11.0: e1247cb1d0d681be034adb4b558b5a0c0d5720f9
32
-refs/heads/release-prep: 083b46dd298b5dfb7731fab2c8850a1423cc4ebb
+refs/heads/release-prep: 9040948ef39ed66a700a9dacfab29a8ddf723888
branches/release-prep/src/doc/guide.md
@@ -4209,7 +4209,7 @@ loop {
4209
match range.next() {
4210
Some(x) => {
4211
println!("{}", x);
4212
- }
+ },
4213
None => { break }
4214
}
4215
0 commit comments