Skip to content

Commit 6311bfa

Browse files
committed
---
yaml --- r: 97937 b: refs/heads/master c: 9dc44c7 h: refs/heads/master i: 97935: 49bcca7 v: v3
1 parent f20a382 commit 6311bfa

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,5 +1,5 @@
11
---
2-
refs/heads/master: fee8c1d2c7316949cb587a915fcf3b1f499eb8f7
2+
refs/heads/master: 9dc44c7d861de4db93620589507e3ce935677392
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: b6400f998497c3958f40997a71756ead344a776d
55
refs/heads/try: c274a6888410ce3e357e014568b43310ed787d36

trunk/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)