]> git.lizzy.rs Git - rust.git/commit
auto merge of #11416 : bjz/rust/remove-print-fns, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 11 Jan 2014 02:21:21 +0000 (18:21 -0800)
committerbors <bors@rust-lang.org>
Sat, 11 Jan 2014 02:21:21 +0000 (18:21 -0800)
commita34727f27657cbed71fb2326dc6f1766fee95a4c
treef6f124acf2ae8f6ab5808ce3ddb7c99a6cd35285
parent5a6ca45c8ad26f1ace1c46e6452155d511d065d8
parent4fc0452acef1355ba566a30c5bd04ccd3b9acef2
auto merge of #11416 : bjz/rust/remove-print-fns, r=alexcrichton

The `print!` and `println!` macros are now the preferred method of printing, and so there is no reason to export the `stdio` functions in the prelude. The functions have also been replaced by their macro counterparts in the tutorial and other documentation so that newcomers don't get confused about what they should be using.