]> git.lizzy.rs Git - rust.git/commit
Auto merge of #25440 - durka:patch-3, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 16 May 2015 02:11:11 +0000 (02:11 +0000)
committerbors <bors@rust-lang.org>
Sat, 16 May 2015 02:11:11 +0000 (02:11 +0000)
commit4ce08a5d70a4dfc4da7ed0bc0098cfd2176b8411
treedc1985ec7e6020632c12dd2438477a13d7e63011
parent7a52835c1a6da00dd054c2e934a70a0c231dffd1
parent900f27dc7cb9af9aa0763fcc3d5f4556a4fc9736
Auto merge of #25440 - durka:patch-3, r=alexcrichton

The Traits chapter uses "adding methods to `int`" as an example of "something bad", but there is no such thing as `int` anymore, right? So I changed it to `i32`.