Skip to content

Commit 32be235

Browse files
committed
---
yaml --- r: 97531 b: refs/heads/snap-stage3 c: 9dc44c7 h: refs/heads/master i: 97529: 18bb81c 97527: 6f1bd0c v: v3
1 parent 9c0ff46 commit 32be235

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 0da105a8b7b6b1e0568e8ff20f6ff4b13cc7ecc2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: fee8c1d2c7316949cb587a915fcf3b1f499eb8f7
4+
refs/heads/snap-stage3: 9dc44c7d861de4db93620589507e3ce935677392
55
refs/heads/try: c274a6888410ce3e357e014568b43310ed787d36
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/doc/complement-cheatsheet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Use [`FromStrRadix`](http://static.rust-lang.org/doc/master/std/num/trait.FromSt
3838
~~~
3939
use std::num::from_str_radix;
4040
41-
let x: Option<int> = from_str_radix("deadbeef", 16);
42-
let y: int = x.unwrap();
41+
let x: Option<i64> = from_str_radix("deadbeef", 16);
42+
let y: i64 = x.unwrap();
4343
~~~
4444

4545
# File operations
@@ -211,4 +211,4 @@ For small examples, have full type annotations, as much as is reasonable, to kee
211211

212212
Similar documents for other programming languages:
213213

214-
* [http://pleac.sourceforge.net/](http://pleac.sourceforge.net)
214+
* [http://pleac.sourceforge.net/](http://pleac.sourceforge.net)

0 commit comments

Comments
 (0)